Skip to content

Commit

Permalink
fix trpc error
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Dec 7, 2023
1 parent b7c036e commit d46ce01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import { drizzle } from "drizzle-orm/neon-http";

import * as auth from "./schema/auth";
import * as bridge from "./schema/bridge";
import * as erc721MarketListing from "./schema/erc721_market";
//import * as erc721MarketListing from "./schema/erc721_market";
import * as erc721Tokens from "./schema/erc721_tokens";

export const schema = {
...auth,
...erc721Tokens,
...bridge,
...erc721MarketListing,
//...erc721MarketListing,
};

export { pgSqlTable as tableCreator } from "./schema/_table";
Expand Down

0 comments on commit d46ce01

Please sign in to comment.