mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🔧 fix lint errors and bumb version
This commit is contained in:
@@ -47,7 +47,7 @@ async function Get(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
||||
const nzbGet = NzbgetClient(options);
|
||||
|
||||
const nzbgetStatus:NzbgetStatus = await new Promise((resolve, reject) => {
|
||||
const nzbgetStatus: NzbgetStatus = await new Promise((resolve, reject) => {
|
||||
nzbGet.status((err: any, result: NzbgetStatus) => {
|
||||
if (!err) {
|
||||
resolve(result);
|
||||
|
||||
Reference in New Issue
Block a user