Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jan 4, 2024
1 parent a3f047f commit ed2764b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/as/hypermode-as/assembly/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export abstract class dql {

private static execute<TData>(query: string, isMutation: bool): DQLResponse<TData> {
const response = host.executeDQL(query, isMutation);
console.log(response);
return JSON.parse<DQLResponse<TData>>(response);
}
}
Expand Down

0 comments on commit ed2764b

Please sign in to comment.