Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Jan 15, 2025
1 parent 0e141b7 commit afccecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/production-app/models/LikeConnection.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GqlInfo, Int } from "grats";
import * as DB from "../Database";
import { Ctx, VC } from "../ViewerContext";
import { VC } from "../ViewerContext";
import { Like } from "./Like";
import { PageInfo } from "../graphql/Connection";
import { PubSub } from "../PubSub";
Expand Down

0 comments on commit afccecc

Please sign in to comment.