Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Sep 18, 2023
1 parent 29cf10b commit c965c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import flatten from 'flat';
import { flatten } from 'flat';

import { get } from '../lib/get';
import {
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/src/lib/encode-object.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import flatten from 'flat';
import { flatten } from 'flat';

import { sortSearchParams } from './sort-search-param';

Expand Down

0 comments on commit c965c85

Please sign in to comment.