Commit 5ebca7f
committed
Fix wrong condition, results in the snippet always being re-saved.
This fixes a bad condition introduced in:
ca2f69f
Fortunately, there is no bug caused by this. Just resulted in the
snippet always being stored in the db every time the config is saved,
one unnecessary write though.1 parent 3f99f5f commit 5ebca7f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments