Skip to content

Commit

Permalink
fix: fix linting errors and warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>

[skip ci]
  • Loading branch information
mejo- authored and backportbot[bot] committed Dec 2, 2024
1 parent d593feb commit a74290a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/directediting.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { initUserAndFiles, randUser } from '../utils/index.js'
const user = randUser()

/**
*
* Enter content and close
*/
function enterContentAndClose() {
cy.intercept({ method: 'POST', url: '**/session/*/close' }).as('closeRequest')
Expand Down
2 changes: 1 addition & 1 deletion src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import {
import ReadonlyBar from './Menu/ReadonlyBar.vue'

import { logger } from '../helpers/logger.js'
import { getDocumentState, applyDocumentState } from '../helpers/yjs.js'
import { getDocumentState } from '../helpers/yjs.js'
import { SyncService, ERROR_TYPE, IDLE_TIMEOUT } from './../services/SyncService.js'
import SessionApi from '../services/SessionApi.js'
import createSyncServiceProvider from './../services/SyncServiceProvider.js'
Expand Down

0 comments on commit a74290a

Please sign in to comment.