Skip to content

Commit

Permalink
Undo unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdailis committed Dec 11, 2023
1 parent 507b11a commit 48dd6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const gql = {
}
`,

CANCEL_SIMULATION: `#graphql
mutation CancelSim($id: Int!) {
CANCEL_PENDING_SIMULATION: `#graphql
mutation CancelPendingSim($id: Int!) {
update_simulation_dataset_by_pk(pk_columns: {id: $id}, _set: {
canceled: true
}) {
Expand Down

0 comments on commit 48dd6af

Please sign in to comment.