3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

Remove duplicate import

This commit is contained in:
iamshoXy 2024-01-18 21:48:11 +01:00
parent b019feefdf
commit e0b4f18403

View file

@ -3,7 +3,6 @@ import * as t from "io-ts";
import { extname } from "path"; import { extname } from "path";
import { asSingleLine, messageSummary, verboseChannelMention } from "../../../utils"; import { asSingleLine, messageSummary, verboseChannelMention } from "../../../utils";
import { automodTrigger } from "../helpers"; import { automodTrigger } from "../helpers";
import { extname } from "path";
interface MatchResultType { interface MatchResultType {
matchedType: string; matchedType: string;