fix imports
All checks were successful
Deploy Backend / deploy (push) Successful in 3m48s

This commit is contained in:
Lee
2024-10-17 18:37:47 +01:00
parent c43f27a6ac
commit 1350cdc0b1
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import ScoreSaberPlayerScoreToken from "@ssr/common/types/token/scoresaber/score-saber-player-score-token";
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { MessageBuilder, Webhook } from "discord-webhook-node";
import { formatPp } from "@ssr/common/utils/number-utils";
import { isProduction } from "@ssr/common/utils/utils";
import { Metadata } from "@ssr/common/types/metadata";