commit | 75ea917f2e194246cceb3ae2c241f47b5fd0fa25 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:22:23 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:43:16 2022 +0100 |
tree | efc25657e4f8b0e53982f7990a0ccabbc8654c11 | |
parent | 4ec845c792711dc756ca7936de86cde32cee97b3 [diff] [blame] |
Fix a bunch of linter errors
diff --git a/src/commands/ticket/_meta.ts b/src/commands/ticket/_meta.ts index 8c21466..e484928 100644 --- a/src/commands/ticket/_meta.ts +++ b/src/commands/ticket/_meta.ts
@@ -1,4 +1,4 @@ const name = "ticket"; const description = "Manage modmail tickets"; -export { name, description }; \ No newline at end of file +export { name, description };