feat(quests): improve 3d island styling
fix(test): fix context image not appearing on test screen
This commit is contained in:
@ -156,29 +156,6 @@ class ApiClient {
|
||||
);
|
||||
}
|
||||
|
||||
// async startPracticeSession(
|
||||
// token: string,
|
||||
// sessionData: PracticeSessionRequest,
|
||||
// ): Promise<SessionResponse> {
|
||||
// return this.authenticatedRequest<SessionResponse>(`/sessions/`, token, {
|
||||
// method: "POST",
|
||||
// body: JSON.stringify(sessionData),
|
||||
// });
|
||||
// }
|
||||
// async startTargetedPracticeSession(
|
||||
// token: string,
|
||||
// sessionData: TargetedSessionRequest,
|
||||
// ): Promise<TargetedSessionResponse> {
|
||||
// return this.authenticatedRequest<TargetedSessionResponse>(
|
||||
// `/sessions/`,
|
||||
// token,
|
||||
// {
|
||||
// method: "POST",
|
||||
// body: JSON.stringify(sessionData),
|
||||
// },
|
||||
// );
|
||||
// }
|
||||
|
||||
async startSession(
|
||||
token: string,
|
||||
sessionData: SessionRequest,
|
||||
|
||||
Reference in New Issue
Block a user