mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 07:05:03 +00:00
Remove duplicate import
This commit is contained in:
parent
b019feefdf
commit
e0b4f18403
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue