Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit de661a6

Browse files
committed
Fix lints
1 parent dddae93 commit de661a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SlashCommands.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ export const Commands = [
298298
const unixTimestamp = Date.parse(args);
299299
if (!unixTimestamp) {
300300
throw new Error(
301-
// FIXME: Use newTranslatableError here instead otherwise the rageshake error messages will be translated too
301+
// FIXME: Use newTranslatableError here instead
302+
// otherwise the rageshake error messages will be
303+
// translated too
302304
_t(
303305
'We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.',
304306
{ inputDate: args },

0 commit comments

Comments
 (0)