Skip to content

Commit 931260a

Browse files
committed
fix: format
1 parent 0fe5773 commit 931260a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgrest-core/src/postgrest-parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import type { PostgrestBuilder } from '@supabase/postgrest-js';
22

33
import { encodeObject } from './lib/encode-object';
44
import { isObject } from './lib/is-object';
5+
import { parseOrderBy } from './lib/parse-order-by';
56
import type { OrderDefinition } from './lib/query-types';
67
import { sortSearchParams } from './lib/sort-search-param';
78
import {
89
PostgrestQueryParser,
910
type PostgrestQueryParserOptions,
1011
} from './postgrest-query-parser';
11-
import { parseOrderBy } from './lib/parse-order-by';
1212

1313
export class PostgrestParser<Result> extends PostgrestQueryParser {
1414
private readonly _url: URL;

0 commit comments

Comments
 (0)