Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignose committed Nov 13, 2023
1 parent 40152fd commit 2dce40a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions relay/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion relay/relay.ts → src/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
handleApiRequest,
RelayPage,
} from "mafia-shared-relay";
import { args } from "../src/args";
import { args } from "./args";

function convertArgsToHtml(): RelayPage[] {
const metadata = Args.getMetadata(args);
Expand Down

0 comments on commit 2dce40a

Please sign in to comment.