Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Sep 28, 2024
1 parent 6aaafe3 commit 7179fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion be-counted.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class BeCounted extends BE {
const remoteEl = await find(enhancedElement, remoteSpecifier);
if(remoteEl === null) throw 404;
const so = await ASMR.getSO(remoteEl, {

path: remoteSpecifier.path
});
new ASMRHandler(self, localProp, so);
}
Expand Down
2 changes: 1 addition & 1 deletion ts-refs
Submodule ts-refs updated from 902bf8 to 75dd11

0 comments on commit 7179fec

Please sign in to comment.