Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 25, 2024
1 parent 4567ea4 commit eab4809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

packages.default = pkgs.deno2nix.mkExecutable {
pname = "fluentci";
version = "0.13.0";
version = "0.14.0";

src = ./.;
lockfile = "./deno.lock";
Expand Down
1 change: 1 addition & 0 deletions src/server/graphql/resolvers/log/queries.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// deno-lint-ignore-file no-unused-vars require-await no-explicit-any
import { Context } from "../../context.ts";
import { Log } from "../../objects/log.ts";
import { logs } from "./mock.ts";
Expand Down

0 comments on commit eab4809

Please sign in to comment.