mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 12:08:03 +08:00
fix jsdoc
This commit is contained in:
parent
28ebca1268
commit
20b4b059e3
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ function getOption(name) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return {Promise<number>}
|
||||
* @return {number}
|
||||
*/
|
||||
function getOptionInt(name) {
|
||||
const val = getOption(name);
|
||||
|
@ -24,7 +24,7 @@ function getOptionInt(name) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @return {Promise<boolean>}
|
||||
* @return {boolean}
|
||||
*/
|
||||
function getOptionBool(name) {
|
||||
const val = getOption(name);
|
||||
|
|
Loading…
Reference in a new issue