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

Version 1.2.2 #42

Merged
merged 4 commits into from
Jun 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
https://github.com/topcoder-platform/topcoder-x-ui/issues/453
  • Loading branch information
52cs committed Jun 2, 2022
commit 2844caf4ce6c09f7742501f788baada5abc11a97
5 changes: 5 additions & 0 deletions models/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const schema = new Schema({
type: Number,
required: true
},
tags: {
type: Array,
required: true,
default: []
},
rocketChatWebhook: {type: String, required: false},
rocketChatChannelName: {type: String, required: false},
archived: {type: String, required: true},
Expand Down