Skip to content

Commit 841f337

Browse files
Update components/sendgrid/actions/create-send/create-send.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3f86cda commit 841f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sendgrid/actions/create-send/create-send.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default {
147147
},
148148
},
149149
});
150-
$.export("$summary", `Successfully created contact ${this.name}`);
150+
$.export("$summary", `Successfully created single send ${this.name}`);
151151
return resp;
152152
} catch (e) {
153153
const errors = e.split("Unexpected error (status code: ERR_BAD_REQUEST):")[1];

0 commit comments

Comments
 (0)