Skip to content

Commit d73ed10

Browse files
Merge pull request #1339 from nextcloud/backport/1338/stable29
[stable29] fix(format): export missing formatTime function
2 parents e707abe + b2b0e0e commit d73ed10

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

js/logreader-main.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js/logreader-main.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/format.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const useLogFormatting = (pinia?: Pinia) => {
3838
)
3939
}
4040
return {
41+
formatTime,
4142
formatLogEntry,
4243
}
4344
}

0 commit comments

Comments
 (0)