Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
fix: catalyst version of lambdas and content (#135)
Browse files Browse the repository at this point in the history
Fix catalyst version of lambdas and content
  • Loading branch information
agusaldasoro authored Aug 1, 2022
1 parent 021454b commit 53c54f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ports/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function createStatusComponent(

lastLambdasStatus = {
time: Date.now(),
version: data.version,
version: data.catalystVersion,
commitHash: data.commitHash
}

Expand All @@ -95,7 +95,7 @@ export async function createStatusComponent(

lastContentStatus = {
time: Date.now(),
version: data.version,
version: data.catalystVersion,
commitHash: data.commitHash
}

Expand Down

0 comments on commit 53c54f9

Please sign in to comment.