mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
fix jsdoc
This commit is contained in:
parent
28ebca1268
commit
20b4b059e3
@ -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…
x
Reference in New Issue
Block a user