diff --git a/.github/workflows/production-beta.yml b/.github/workflows/production-beta.yml index eb11d6c..80c9e3f 100644 --- a/.github/workflows/production-beta.yml +++ b/.github/workflows/production-beta.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: push: branches: - - main + - beta jobs: Deploy-to-Production: diff --git a/schema/club/ClubSchema.js b/schema/club/ClubSchema.js index 52e1628..63f6487 100644 --- a/schema/club/ClubSchema.js +++ b/schema/club/ClubSchema.js @@ -46,10 +46,10 @@ const ClubsSchema = mongoose.Schema({ required: true, }, website: { - type: String, + type: String, }, iframe: { - type: String, + type: String, }, });