Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Oct 18, 2024
1 parent 2c463ee commit 68fa889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion apps/commune-worker/src/db/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { SQL, Table } from "@commune-ts/db";
import type { GovernanceModeType } from "@commune-ts/types";
import { getTableColumns, is, sql } from "@commune-ts/db";
import { getTableColumns, sql } from "@commune-ts/db";
import { db } from "@commune-ts/db/client";
import {
cadreSchema,
Expand Down
3 changes: 0 additions & 3 deletions apps/commune-worker/src/discord.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import axios from "axios";

const webhookUrl =
"https://discord.com/api/webhooks/1296153912126214204/Vs7WKkAs4xyjkou7LV0moKEOlow6YgHEwZ2mvWvLT6lp9gNw3pRivXAvqTnDpWrztNNS";

export interface EmbedField {
name: string;
value: string;
Expand Down

0 comments on commit 68fa889

Please sign in to comment.