mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
ask api changes, so it wont search unnecesary question dbs
This commit is contained in:
@@ -3,6 +3,7 @@ import logger from '../utils/logger'
|
||||
interface Options {
|
||||
loggableKeywords: Array<string>
|
||||
loggableModules: Array<string>
|
||||
exceptions: Array<string>
|
||||
}
|
||||
|
||||
export default function(options: Options): any {
|
||||
|
Reference in New Issue
Block a user