chore: formatting
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s

This commit is contained in:
eugene 2024-08-20 14:27:35 +03:00
parent 55bf90e93c
commit 3a6c5ae8e3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { MarkType } from "./drawing"; import { MarkType } from './drawing'
export interface CurrentUserMark { export interface CurrentUserMark {
id: number id: number

View File

@ -260,4 +260,4 @@ export {
addMarks, addMarks,
convertToPdfBlob, convertToPdfBlob,
groupMarksByPage groupMarksByPage
} }