mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
fix: users service
This commit is contained in:
@@ -8,7 +8,8 @@ export enum Service {
|
|||||||
Health = 'health',
|
Health = 'health',
|
||||||
Locale = 'locale',
|
Locale = 'locale',
|
||||||
Storage = 'storage',
|
Storage = 'storage',
|
||||||
Teams = 'teams'
|
Teams = 'teams',
|
||||||
|
Users = 'users'
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Platform {
|
export enum Platform {
|
||||||
|
|||||||
Reference in New Issue
Block a user