This commit is contained in:
E
2021-03-07 22:48:48 -07:00
parent be284b9acb
commit 14395bdbdd
14 changed files with 65 additions and 46 deletions

View File

@@ -37,6 +37,8 @@ export const restartSession = async (clientId: string) => {
await startSession(clientId)
}
// TOOD: Get status
// Someday
export const getClients = async (): Promise<Client[]> => {