Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jue-henry committed Dec 11, 2024
1 parent 3448a2f commit 24b9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/db/models/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export class ProjectModel {
try {
return await retry(
async () => {
// find view
// find project
let project = await Project.findOne({ _id: context.user['curr_project'] });
if (!project) throw new NotFoundError('Project not found');

Expand Down

0 comments on commit 24b9259

Please sign in to comment.