Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Sep 9, 2024
1 parent a61f675 commit d8f7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/core/NoteCreateService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type Option = {
url?: string | null;
app?: MiApp | null;
deleteAt?: Date | null;
searchableBy?: string[] | string;
searchableBy: string[] | string;
};

@Injectable()
Expand Down

0 comments on commit d8f7c82

Please sign in to comment.