Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 5fb83fb

Browse files
committed
FIX: accidental extra character
1 parent 0adb48f commit 5fb83fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-spam.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default class AiSpam extends Component {
145145
});
146146
this.toasts.success({
147147
data: { message: i18n("discourse_ai.spam.settings_saved") },
148-
duration: "short"",
148+
duration: "short",
149149
});
150150
} catch (error) {
151151
popupAjaxError(error);

0 commit comments

Comments
 (0)