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

Commit 4e53825

Browse files
authored
Merge pull request #41 from 52cs/fix-issue-453
fix-issues/453
2 parents 3dd1541 + 54aba65 commit 4e53825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/Project.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const schema = new Schema({
2424
required: true
2525
},
2626
tags: {
27-
type: Array,
27+
type: String,
2828
required: true,
29-
default: []
29+
default: ''
3030
},
3131
rocketChatWebhook: {type: String, required: false},
3232
rocketChatChannelName: {type: String, required: false},

0 commit comments

Comments
 (0)