fix: migration of request url from old to new format

This commit is contained in:
Andrew Bastin
2021-08-22 16:31:09 +05:30
parent db25346505
commit af0efc1e7f
3 changed files with 118 additions and 14 deletions

View File

@@ -15,8 +15,7 @@ export type HoppRESTAuthBearer = {
token: string
}
export type HoppRESTAuth =
{ authActive: boolean } & (
export type HoppRESTAuth = { authActive: boolean } & (
| HoppRESTAuthNone
| HoppRESTAuthBasic
| HoppRESTAuthBearer