Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed May 2, 2024
1 parent ded8910 commit 320b007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/managers/models/UpdateManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class UpdateManager extends Publisher<UpdateInfo[]> implements Disposable
}

async requestUpdate(modelId: string): Promise<void> {

const modelInfo: ModelInfo = this.modelsManager.getModelInfo(modelId);
if (!modelInfo.url || !modelInfo.file) throw new Error(`model with id ${modelId} cannot be updated.`);

Expand Down

0 comments on commit 320b007

Please sign in to comment.