Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fuckingrobot committed Sep 21, 2020
1 parent d5052f0 commit 93600e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/nvidia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const regionInfos = new Map<string, {drLocale: string, nvidiaLocale: stri
['czechia', { drLocale: 'en_gb', nvidiaLocale: 'en_gb', fe3080Id: 5438793800, fe3090Id: null, fe2060SuperId: null }],
['russia', { drLocale: 'ru_ru', nvidiaLocale: 'ru_ru', fe3080Id: null, fe3090Id: null, fe2060SuperId: null }],
['sweden', { drLocale: 'sv_SE', nvidiaLocale: 'sv_se', fe3080Id: 5438798100, fe3090Id: null, fe2060SuperId: null }]
])
]);

export const Nvidia: Store = {
links: generateLinks(),
Expand Down

0 comments on commit 93600e0

Please sign in to comment.