Skip to content

Commit

Permalink
chore: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Aug 17, 2024
1 parent 10d7a4e commit e9bd0dd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { QueryBuilderOptions } from "../types/QueryBuilderOptions.ts";
import {
QueryTransactionsArgs,
SortOrder,
} from "../types/Schema.ts";
import { QueryTransactionsArgs, SortOrder } from "../types/Schema.ts";
import { AbstractQueryBuilder } from "./AbstractQueryBuilder.ts";

const GetTransactionsOperations = `query GetTransactions(
Expand Down

0 comments on commit e9bd0dd

Please sign in to comment.