mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
switch all fe to camelCase
This commit is contained in:
@@ -5,5 +5,5 @@ import { firstValueFrom } from 'rxjs'
|
||||
export async function getServerInfo(
|
||||
patch: PatchDB<DataModel>,
|
||||
): Promise<ServerInfo> {
|
||||
return firstValueFrom(patch.watch$('server-info'))
|
||||
return firstValueFrom(patch.watch$('serverInfo'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user