fix: lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-04-13 17:57:09 +02:00
parent 77e95642a9
commit 7d755fcb89
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 1 deletions

View File

@ -104,3 +104,7 @@ issues:
text: "parameter 'tx' seems to be unused, consider removing or renaming it as"
linters:
- revive
- path: pkg/models/typesense.go
text: 'structtag: struct field Position repeats json tag "position" also at'
linters:
- govet

View File

@ -345,7 +345,7 @@ const editor = useEditor({
}
return true
},
}
}
},
}),
Heading,