Skip to content

Commit

Permalink
chore: add and remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joannechen1223 committed Mar 6, 2024
1 parent 65be335 commit 7306579
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ Thumbs.db
*.tsbuildinfo
next-env.d.ts

# prisma
generated

# recnet-api specific
apps/**/pnpm-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class PrismaConnectionProvider
extends PrismaClient
implements OnModuleInit
{
// prisma url
private prismaUrl: string;

constructor() {
Expand Down
1 change: 1 addition & 0 deletions apps/recnet-api/src/modules/user/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import UserRepository from "src/database/repository/user.repository";
export class UserController {
constructor(private readonly userRepository: UserRepository) {}

/* For development */
@Get(":handle")
public async getUserByHandle(
@Param("handle") handle: string
Expand Down

0 comments on commit 7306579

Please sign in to comment.