mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
head end timing for loadInstalledApp
This commit is contained in:
committed by
Keagan McClelland
parent
95a0bfdd1e
commit
c4fe73398e
@@ -255,4 +255,5 @@ type HttpError = HttpErrorResponse & { error: { code: string, message: string }
|
||||
const dryRunParam = (dryRun: boolean, first: boolean) => {
|
||||
if (!dryRun) return ''
|
||||
return first ? `?dryrun` : `&dryrun`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user