Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz authored Nov 9, 2022
1 parent 327c5f9 commit 77d9fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface Config {
* Whether to disable the cache and request fresh estimates each time. Defaults to false
* @visibility frontend
*/
disableCache?: boolean
disableCache?: boolean;
};
}
}

0 comments on commit 77d9fab

Please sign in to comment.