Skip to content

Commit

Permalink
fix: remove falsy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Jun 10, 2024
1 parent 723fba8 commit 4de2261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/pages/Admin/tabs/Updater/UpdaterView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import ExternalLink from '../../../../components/common/ExternalLink'
const createGraylogLink = updaterStatus => {
const baseUrl = GRAYLOG_URL

// Graylog uses relative time ranges in seconds
const startDate = new Date(updaterStatus.startedAt).toISOString()
const endDate = updaterStatus.finishedAt ? new Date(updaterStatus.finishedAt).toISOString() : new Date().toISOString()

Expand Down

0 comments on commit 4de2261

Please sign in to comment.