Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0a74e35

Browse files
authored
Merge pull request #213 from afrisalyp/issue-210
Fix update project.
2 parents ffc2e03 + dd74beb commit 0a74e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/ProjectService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const projectSchema = {
4444
owner: Joi.string().required(),
4545
secretWebhookKey: Joi.string().required(),
4646
copilot: Joi.string().allow(null),
47+
registeredWebhookId: Joi.string().allow(null),
4748
createdAt: Joi.date(),
4849
updatedAt: Joi.date(),
4950
},

0 commit comments

Comments
 (0)