Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr authored and actions-user committed Jan 5, 2025
1 parent 5e6bdb2 commit 8acb8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -101019,7 +101019,6 @@ def note_with_error(value, err):
const regexString = value.replace(/ /g, "|");
if (new RegExp(`^(${regexString})$`, "gu").test(name2)) {
if (stack.canShift(keywordToToken[level2].extend[key])) {
console.log("found extend ", level2, key, keywordToToken[level2].extend[key]);
return keywordToToken[level2].extend[key];
}
}
Expand Down
Loading

0 comments on commit 8acb8f2

Please sign in to comment.