fix: @typescript-eslint/comma-dangle

This commit is contained in:
Alexis Tyler
2021-05-12 07:29:20 +09:30
parent 3f9c083d3d
commit 5917dcb17d

View File

@@ -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'
});
}