Skip to content

Commit e4e0801

Browse files
committed
2 parents 2e4948e + b7f215e commit e4e0801

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ To switch back to JS States write the same commands again, just instead of **red
142142

143143
The MIT License (MIT)
144144

145-
Copyright (c) 2014-2017 bluefox<dogafox@gmail.com>,
145+
Copyright (c) 2014-2017 bluefox <dogafox@gmail.com>,
146146

147-
Copyright (c) 2014 hobbyquaker
147+
Copyright (c) 2014 hobbyquaker

lib/adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ function Adapter(options) {
18011801
if (common.def !== undefined) {
18021802
that.setState(id, common.def, options);
18031803
} else {
1804-
that.setState(id, null, false, options);
1804+
that.setState(id, null, true, options);
18051805
}
18061806
};
18071807

0 commit comments

Comments
 (0)