Skip to content

Commit

Permalink
build: rebuild backend
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Mar 5, 2024
1 parent 2054e4b commit d89c66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/be-gateway/src/routes/project/pin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ router.post('/project/pin', async (req: AuthRequest, res) => {
try {
const { id: uid } = req.authen
const { projectId } = req.body as { projectId: string }
console.log('pin a project')
console.log('pin a project 1')

const result = await mdProjectPinAdd({
uid,
Expand Down

0 comments on commit d89c66d

Please sign in to comment.