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

Commit 8e5b024

Browse files
committed
Updates for production deploy
1 parent 94f17e5 commit 8e5b024

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
@@ -36,7 +36,8 @@ const schema = new Schema({
3636
archived: {type: String, required: true},
3737
owner: {type: String, required: true},
3838
secretWebhookKey: {type: String, required: true},
39-
createCopilotPayments: {type: String, required: false}
39+
createCopilotPayments: {type: String, required: false},
40+
isConnect: {type: Boolean, required: false, default: true}
4041
});
4142

4243
module.exports = schema;

0 commit comments

Comments
 (0)