We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7189666 commit 022b252Copy full SHA for 022b252
1 file changed
static/extensions/DogeisCut/dogeiscutObject.js
@@ -1252,7 +1252,7 @@
1252
1253
currentObject({ }, util) {
1254
let bi = util.thread._dogeiscutObjectBuilderIndex ?? []
1255
- return bi[bi.length - 1] ? new dogeiscutObject.Type(bi[bi.length - 1]) : new dogeiscutObject.Type.blank;
+ return bi[bi.length - 1] ? new dogeiscutObject.Type(bi[bi.length - 1]) : dogeiscutObject.Type.blank;
1256
}
1257
1258
builder() {
0 commit comments