Skip to content

Commit

Permalink
chore: support MyContracts with capital case
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Nov 5, 2023
1 parent 59d8e7f commit 3d065f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parsers/wsp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export async function handle(file) {
const myContracts =
parsed[
`Wsp\\Window_${windowId}\\ChartManager\\Strategy\\SignalObject_0\\SignalHelper\\InputHelper\\Input_myContracts`
] || parsed[

Check failure on line 132 in src/parsers/wsp.jsx

View workflow job for this annotation

GitHub Actions / Lint and test

Insert `⏎·······`
`Wsp\\Window_${windowId}\\ChartManager\\Strategy\\SignalObject_0\\SignalHelper\\InputHelper\\Input_MyContracts`
]

return {
Expand Down

0 comments on commit 3d065f2

Please sign in to comment.