Skip to content

Commit

Permalink
fix JSDoc, closes #4633
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Feb 16, 2024
1 parent 89e1e47 commit 41e623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/backend_script_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function BackendScriptApi(currentNote, apiParams) {
* @param {string} params.parentNoteId
* @param {string} params.title
* @param {string|Buffer} params.content
* @param {NoteType} params.type - text, code, file, image, search, book, relationMap, canvas
* @param {NoteType} params.type - text, code, file, image, search, book, relationMap, canvas, webView
* @param {string} [params.mime] - value is derived from default mimes for type
* @param {boolean} [params.isProtected=false]
* @param {boolean} [params.isExpanded=false]
Expand Down

0 comments on commit 41e623b

Please sign in to comment.