We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed557f commit 01725ffCopy full SHA for 01725ff
src/backend/src/services/drivers/DriverService.js
@@ -321,7 +321,7 @@ class DriverService extends BaseService {
321
name: 'enforce monthly usage limit',
322
on_call: async args => {
323
// Typo-Tolerance
324
- if ( effective_policy['monthy-limit'] ) {
+ if ( effective_policy?.['monthy-limit'] ) {
325
effective_policy['monthly-limit'] = effective_policy['monthy-limit'];
326
}
327
0 commit comments