We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4567ea4 commit eab4809Copy full SHA for eab4809
flake.nix
@@ -26,7 +26,7 @@
26
27
packages.default = pkgs.deno2nix.mkExecutable {
28
pname = "fluentci";
29
- version = "0.13.0";
+ version = "0.14.0";
30
31
src = ./.;
32
lockfile = "./deno.lock";
src/server/graphql/resolvers/log/queries.ts
@@ -1,3 +1,4 @@
1
+// deno-lint-ignore-file no-unused-vars require-await no-explicit-any
2
import { Context } from "../../context.ts";
3
import { Log } from "../../objects/log.ts";
4
import { logs } from "./mock.ts";
0 commit comments