mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
fix: rm getServerIdentifier wrapping Notifications id
This commit is contained in:
@@ -27,13 +27,13 @@ export class NotificationsResolver {
|
||||
})
|
||||
public async notifications() {
|
||||
return {
|
||||
id: getServerIdentifier('notifications'),
|
||||
id: 'notifications',
|
||||
};
|
||||
}
|
||||
|
||||
@ResolveField()
|
||||
public async overview() {
|
||||
return await this.notificationsService.getOverview();
|
||||
return this.notificationsService.getOverview();
|
||||
}
|
||||
|
||||
@ResolveField()
|
||||
|
||||
Reference in New Issue
Block a user