mirror of
https://github.com/unraid/api.git
synced 2026-01-23 17:08:36 -06:00
fix: better error message
This commit is contained in:
@@ -484,6 +484,6 @@ export const graphql = {
|
||||
};
|
||||
}
|
||||
|
||||
throw new Error('Invalid');
|
||||
throw new Error('Invalid API key');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user