Commit 0413fc00 authored by Grant's avatar Grant
Browse files

remove test comment

parent e59e4680
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@ import { APub } from "../apub/utils.js";

export const router = Router();

// TODO: test comment for ci

type Data =
  | { state: "NOT_FOUND" }
  | { state: "MISSING_RETURN" | "INVALID_RETURN" }