Skip to content

Commit

Permalink
oops add all the raw bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
seanno committed Oct 1, 2023
1 parent 0b3481d commit acf99e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SHX.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export async function resolveSHL(shl, passcode, resolved) {

if (shlJson.resourceType === "Bundle") {
// already a bundle
resolved.rawBundles.push = shlJson;
resolved.rawBundles.push(shlJson);
}
else {
// put it into a bundle
Expand Down

0 comments on commit acf99e7

Please sign in to comment.