Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Nov 4, 2024
1 parent 0e66a55 commit ae5df32
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/utilities/effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1635,28 +1635,6 @@ const effects = {
}
},

// async createSchedulingConditionPlanSpecification(
// spec_condition: SchedulingSpecConditionInsertInput,
// user: User | null,
// ): Promise<void> {
// try {
// if (!queryPermissions.CREATE_SCHEDULING_CONDITION_PLAN_SPECIFICATION(user)) {
// throwPermissionError('create a scheduling spec condition');
// }

// const data = await reqHasura<SchedulingConditionPlanSpecification>(
// gql.CREATE_SCHEDULING_CONDITION_PLAN_SPECIFICATION,
// { spec_condition },
// user,
// );
// if (data.createSchedulingSpecCondition == null) {
// throw Error('Unable to create a scheduling spec condition');
// }
// } catch (e) {
// catchError(e as Error);
// }
// },

async createSchedulingGoal(
name: string,
isPublic: boolean,
Expand Down

0 comments on commit ae5df32

Please sign in to comment.