We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 009decf + 9490d42 commit 1553757Copy full SHA for 1553757
lib/mcapi/utils/utils.js
@@ -130,4 +130,4 @@ function overrideProperties(target, obj) {
130
for (let k in obj) {
131
target[k] = obj[k];
132
}
133
-};
+}
0 commit comments