Skip to content

Commit ece521b

Browse files
committed
fix: lint
1 parent 2967aa2 commit ece521b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/repository/storage/postgres/orm/sequelize/editorTools.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ export default class UserSequelizeStorage {
202202

203203
/**
204204
* Update tool cover
205-
* @param editorToolId
206-
* @param cover
205+
* @param editorToolId - tool identifier
206+
* @param cover - new cover file
207207
*/
208208
public async updateToolCover(editorToolId: EditorTool['id'], cover: EditorTool['cover']): Promise<void> {
209209
await this.model.update({

0 commit comments

Comments
 (0)