Skip to content

Commit eab4809

Browse files
committed
fix lint issues
1 parent 4567ea4 commit eab4809

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
packages.default = pkgs.deno2nix.mkExecutable {
2828
pname = "fluentci";
29-
version = "0.13.0";
29+
version = "0.14.0";
3030

3131
src = ./.;
3232
lockfile = "./deno.lock";

src/server/graphql/resolvers/log/queries.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// deno-lint-ignore-file no-unused-vars require-await no-explicit-any
12
import { Context } from "../../context.ts";
23
import { Log } from "../../objects/log.ts";
34
import { logs } from "./mock.ts";

0 commit comments

Comments
 (0)