Skip to content

Commit

Permalink
Fix issues in apes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 4, 2024
1 parent 33d68f1 commit 9d7f212
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/services/apes/apes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ChainID } from "types/chain";
import { version as v } from "services/helpers";
import { APIs } from "constants/urls";
import { apiEnv } from "../constants";
import { version as v } from "../helpers";
import { tags } from "./tags";

type StripePaymentIntentParams = {
Expand Down Expand Up @@ -58,10 +57,6 @@ export const apes = createApi({
tokens: builder.query<Token[], ChainID>({
query: (chainID) => `v1/tokens/${chainID}`,
}),

endowBalance: builder.query<EndowmentBalances, number>({
query: (endowId) => `${v(1)}/balances/${endowId}`,
}),
}),
});

Expand All @@ -71,7 +66,6 @@ export const {
useGetStripePaymentStatusQuery,
useStripeCurrenciesQuery,
useTokensQuery,
useEndowBalanceQuery,
util: {
invalidateTags: invalidateApesTags,
updateQueryData: updateApesQueryData,
Expand Down

0 comments on commit 9d7f212

Please sign in to comment.