Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
valurefugl committed Oct 7, 2024
1 parent 4c3279d commit aa84bb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class AliveStatusService {
aliveNameInfo: identitiesValuesNoError,
}
} catch (error) {
this.logger.error(`Error getting live status.}`, error)
this.logger.error(`Error getting live status.`, error)

// We do not want to fail the whole request if we cannot get the live status.
// Therefore, we return all nationalIds as alive.
Expand Down

0 comments on commit aa84bb2

Please sign in to comment.