Compare commits
1 Commits
temp/debug
...
temp/debug
Author | SHA1 | Date | |
---|---|---|---|
5573c45158 |
@@ -14,8 +14,13 @@ module.exports = {
|
|||||||
getSetting,
|
getSetting,
|
||||||
ignoreFiles,
|
ignoreFiles,
|
||||||
makeTOTP,
|
makeTOTP,
|
||||||
|
expTest,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
function expTest(foo) {
|
||||||
|
return foo * 2;
|
||||||
|
}
|
||||||
|
|
||||||
const SettingScope = {
|
const SettingScope = {
|
||||||
// query a setting first from the login, then the store, then globally
|
// query a setting first from the login, then the store, then globally
|
||||||
Login: "login",
|
Login: "login",
|
||||||
|
Reference in New Issue
Block a user