Skip to content

Commit 9681db9

Browse files
committed
fix: boolean type conflicting with sentry
1 parent e922ff9 commit 9681db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/settings/types/boolean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SettingType from './setting.js';
22

3-
export default class Boolean extends SettingType {
3+
export default class extends SettingType {
44
constructor(name = 'boolean') { // Allows extension
55
super(name);
66
}

0 commit comments

Comments
 (0)