mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore(web): sort imports (#27922)
* feat: sort imports * fix: something?
This commit is contained in:
parent
bb0872afef
commit
a16d233a0c
178 changed files with 2802 additions and 2821 deletions
|
|
@ -5591,7 +5591,12 @@ export function deleteServerLicense(opts?: Oazapfts.RequestOpts) {
|
|||
* Get product key
|
||||
*/
|
||||
export function getServerLicense(opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchText("/server/license", {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
status: 200;
|
||||
data: UserLicense;
|
||||
} | {
|
||||
status: 404;
|
||||
}>("/server/license", {
|
||||
...opts
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue