mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
refactor: remove assertion which isn't necessary anymore
This commit is contained in:
parent
a7900ddd2c
commit
70f579bbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,6 +62,6 @@ export class MaintenanceService extends BaseService {
|
|||
secret = state.secret;
|
||||
}
|
||||
|
||||
return await createMaintenanceLoginUrl(baseUrl, auth, secret!);
|
||||
return await createMaintenanceLoginUrl(baseUrl, auth, secret);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue