Skip to content

Commit

Permalink
fix typo (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Feb 6, 2025
1 parent 274c3e7 commit 4749c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo_app/static/javascript/indigo/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
if (Indigo.Preloads.provisionEid) {
eidRewriter.counters = JSON.parse(JSON.stringify(Indigo.Preloads.provisionCounters));
eidRewriter.eidCounter = JSON.parse(JSON.stringify(Indigo.Preloads.eidCounter));
eidRewriter.eIdCounter = JSON.parse(JSON.stringify(Indigo.Preloads.eidCounter));
workComponentRewriter.counters = JSON.parse(JSON.stringify(Indigo.Preloads.attachmentCounters));
}
eidRewriter.rewriteEid(this.xmlDocument.documentElement, eidPrefix);
Expand Down

0 comments on commit 4749c09

Please sign in to comment.