Skip to content

Commit

Permalink
fix: parse argument to message sent by scrappy after setting css url
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiasAurel committed Dec 5, 2024
1 parent e286292 commit 8405150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async ({ command, respond }) => {
where: { slackID: user.slackID },
data: { cssURL: url },
});
await respond(t("messages.css.set"));
await respond(t("messages.css.set", { url }));
}
}
};

0 comments on commit 8405150

Please sign in to comment.