mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
chore(web): type fixes
This commit is contained in:
@@ -47,7 +47,7 @@ export const keyLatest = async (payload: KeyLatestPayload) => await KeyServer
|
||||
.formUrl(payload)
|
||||
.post();
|
||||
|
||||
export const getOsReleaseBySha256 = async (sha256: string): Release => await KeyServer
|
||||
export const getOsReleaseBySha256 = async (sha256: string): Promise<Release> => await KeyServer
|
||||
.url(`/versions/sha256/${sha256}`)
|
||||
.get()
|
||||
.json();
|
||||
|
||||
Reference in New Issue
Block a user