Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 2, 2024
1 parent 214cc03 commit dca4b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
CACHE_CONTROL_HEADER,
getCacheControlHeaderValue,
} from '../../../../../utils/cache';
import { deprecate } from 'util';

const CACHE_SECONDS = 120;

Expand All @@ -31,6 +30,7 @@ const routeSchema = {
},
},
} as const satisfies JSONSchema;

const successSchema = {
type: 'object',
required: ['slippageBps'],
Expand Down

0 comments on commit dca4b03

Please sign in to comment.