Skip to content

Commit

Permalink
fixes bug where no data was in exported files
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed May 3, 2024
1 parent ede4161 commit 4a73490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/network-exporters/formatters/formatExportableSessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export const formatExportableSessions = (
const sessionNetwork = session.network as unknown as NcNetwork;

return {
sessionNetwork,
...sessionNetwork,
sessionVariables,
} as FormattedSession;
};
});
};

0 comments on commit 4a73490

Please sign in to comment.