Skip to content

Commit

Permalink
Remove unused "sms" section from configuration schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lea Hayes committed Sep 26, 2024
1 parent b41d0e7 commit ccadf72
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/infrastructure/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ const notificationsSchema = new SimpleSchema({
type: Object,
blackbox: true,
},
sms: Object,
'sms.type': {
type: String,
allowedValues: ['disk', 'GovNotify']
},
'sms.params': {
type: Object,
blackbox: true,
},
slackWebHookUrl: String,
envName: String
});
Expand Down

0 comments on commit ccadf72

Please sign in to comment.