Skip to content

Commit c21f740

Browse files
committed
Return a message on success
1 parent bb82ab4 commit c21f740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
project.name=sendgrid-sdk
22
project.version=1.4.0
3-
module.name=sendgrid-sdk
3+
module.name=sendgrid-sdk

modules/sendgrid-sdk/handlers/webhooks.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ component {
3434
);
3535
}
3636

37-
return event.renderData( statusCode = 200, data = "" );
37+
return event.renderData( statusCode = 200, data = "Successfully caught the webhook" );
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)