Skip to content

Commit c5f668b

Browse files
committed
fix: lint files
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 6f36db7 commit c5f668b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/store/logging.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const mocks = vi.hoisted(() => {
2727
})
2828

2929
vi.mock('@nextcloud/dialogs', () => ({
30-
showError: mocks.showError
30+
showError: mocks.showError,
3131
}))
3232

3333
vi.mock('../utils/logfile.ts', () => {

src/store/logging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export const useLogStore = defineStore('logreader-logs', () => {
103103

104104
/**
105105
* Load entries from string
106+
* @param text clipboard text content
106107
*/
107108
async function loadText(text: string) {
108109
// Skip if aborted

0 commit comments

Comments
 (0)