Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Aug 1, 2024
1 parent 5f08c59 commit 202acac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/db/drafts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import createClient from "edgedb";
import { client, auth } from "@/app/lib/edgedb";
import e, { type $infer } from "@/dbschema/edgeql-js";
import e from "@/dbschema/edgeql-js";
import { getFtsDraftsCount } from "./queries/getFtsDraftsCount.query";
import { getFtsDrafts } from "./queries/getFtsDrafts.query";

Expand Down Expand Up @@ -42,7 +42,6 @@ const getDraftsQuery = e.params(
id: true,
title: true,
question: true,
opa: true,
linkedTags: {
name: true,
disabled: true,
Expand Down

0 comments on commit 202acac

Please sign in to comment.