blep small fix

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
byeoon 2024-06-06 08:33:15 -04:00 committed by GitHub
parent 2728102fbc
commit 0df09f2aab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ export default definePlugin({
required: false
}
],
execute: async (option, ctx) => {
async execute(option, ctx) {
const webhookUrl = findOption(option, "url");
const webhookMessage = findOption(option, "message");