Skip to content

Commit

Permalink
circleci-done
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish-Upadhyay-101 committed Feb 11, 2023
1 parent 295b363 commit 6a75147
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions backend/src/models/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ const integrationSchema = new Schema<IIntegration>(
type: String,
default: null
},
path: {
// aws-parameter-store-specific path
type: String,
default: null
},
region: {
// aws-parameter-store-specific path
type: String,
default: null
},
integration: {
type: String,
enum: [
Expand Down

0 comments on commit 6a75147

Please sign in to comment.