Skip to content

Commit

Permalink
Fix linting issue (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Scott committed Jan 23, 2022
1 parent d792ce7 commit 16f3398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upscalerjs/src/loadModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type ModelDefinitions = {
[index: string]: IModelDefinition;
};

let modelDefinitions: undefined | ModelDefinitions = undefined;
let modelDefinitions: undefined | ModelDefinitions;

export const getModelDescription = async (
val: IModelDefinition,
Expand Down

0 comments on commit 16f3398

Please sign in to comment.