Skip to content

Commit

Permalink
Merge branch 'save-note-tools-on-note-patch' of https://github.com/co…
Browse files Browse the repository at this point in the history
…dex-team/notes.api into save-note-tools-on-note-patch
  • Loading branch information
e11sy committed Apr 25, 2024
2 parents 9bc56a1 + 0fb3b09 commit 0e1dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/service/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class NoteService {
* @param content - note content
* @param creatorId - note creator
* @param parentPublicId - parent note if exist
* @param tools - editor tools wthich are used in note
* @param tools - editor tools that were used in a note content
* @returns { Note } added note object
*/
public async addNote(content: Note['content'], creatorId: Note['creatorId'], parentPublicId: Note['publicId'] | undefined, tools: Note['tools']): Promise<Note> {
Expand Down

0 comments on commit 0e1dcd7

Please sign in to comment.