Skip to content

Commit

Permalink
feat(katzencore): Added Missing Deploy Hook as Result Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Schleining committed Jul 23, 2024
1 parent 5268359 commit bc27b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/server/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default defineEventHandler(async (event) => {
if (!deployHookURL) {
return {
success: false,
missingDeployHookURL: true,
body: {
message: 'No deploy hook URL provided',
},
Expand Down

0 comments on commit bc27b8a

Please sign in to comment.