mirror of
https://github.com/unraid/api.git
synced 2026-01-27 19:18:56 -06:00
fix: @typescript-eslint/comma-dangle
This commit is contained in:
@@ -89,7 +89,7 @@ export class ApiManager extends EventEmitter {
|
||||
// Update api manager with key
|
||||
this.replace('upc', apiKey, {
|
||||
// @todo: fix UPC being root
|
||||
userId: '0',
|
||||
userId: '0'
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user