Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Apr 29, 2024
1 parent 46769a4 commit 4d3493e
Show file tree
Hide file tree
Showing 2 changed files with 458 additions and 269 deletions.
2 changes: 1 addition & 1 deletion src/server/serverStatusMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export function getServerStatusData(
}

function getStartedStr(): string {
const started = localTimeNow().subtract(process.uptime(), 'second')
const started = localTimeNow().minus(process.uptime(), 'second')
return `${started.toPretty()} (${started.fromNow()})`
}
Loading

0 comments on commit 4d3493e

Please sign in to comment.