Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marudor committed Nov 27, 2023
1 parent 864c490 commit 16bc0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/risJourneys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const health = {
};

const keys: [string, string, number, string][] = JSON.parse(
process.env.RIS_JOURNEYS_KEYS!,
process.env.RIS_JOURNEYS_KEYS || '[]',
);

const clients: JourneysApi[] = [];
Expand Down

0 comments on commit 16bc0ad

Please sign in to comment.