Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2023-07-28 01:12:42 +02:00
parent 9f2a720341
commit adcd130259
19 changed files with 227 additions and 112 deletions

View file

@ -66,7 +66,7 @@ export class QueryParameters {
documentation?: string
): UIEventSource<boolean> {
return UIEventSource.asBoolean(
QueryParameters.GetQueryParameter(key, "" + deflt, documentation, {stackOffset: -1})
QueryParameters.GetQueryParameter(key, "" + deflt, documentation, { stackOffset: -1 })
)
}