Skip to content

Commit b831e9e

Browse files
committed
removed saveLongFormQuestDefinition as it is not using
1 parent 822aa1f commit b831e9e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/workspaces.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export class WorkspacesClient extends BaseHttpClient implements ICancelableClien
104104
]);
105105
}
106106

107-
async saveLongFormQuestDefinition(workspaceId: number, definition: string): Promise {
108-
await this._put(`workspaces/${workspaceId}/quests/long`, definition, {
109-
headers: { ...this._requestHeaders, 'Content-Type': 'text/plain' }
110-
});
111-
}
112-
113107
#setAuthHeader() {
114108
if (this.#tdeiClient.auth.complete) {
115109
this._requestHeaders.Authorization = 'Bearer ' + this.#tdeiClient.auth.accessToken;

0 commit comments

Comments
 (0)