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

Commit d44f8ef

Browse files
committed
create copilot payment options.
1 parent 5f926f0 commit d44f8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/Project.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const schema = new Schema({
3535
rocketChatChannelName: {type: String, required: false},
3636
archived: {type: String, required: true},
3737
owner: {type: String, required: true},
38-
secretWebhookKey: {type: String, required: true}
38+
secretWebhookKey: {type: String, required: true},
39+
createCopilotPayments: {type: String, required: false}
3940
});
4041

4142
module.exports = schema;

0 commit comments

Comments
 (0)