Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekaN2 committed Jul 3, 2024
1 parent 74bb373 commit 394023c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repository/storage/postgres/orm/sequelize/editorTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ export default class UserSequelizeStorage {

/**
* Update tool cover
* @param editorToolId
* @param cover
* @param editorToolId - tool identifier
* @param cover - new cover file
*/
public async updateToolCover(editorToolId: EditorTool['id'], cover: EditorTool['cover']): Promise<void> {
await this.model.update({
Expand Down

0 comments on commit 394023c

Please sign in to comment.