Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
fixed FIN 3090 sku
  • Loading branch information
redstone2019 committed Oct 29, 2020
1 parent a8abc62 commit 96ea1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ var RegionalConfigs = map[string]RegionalConfig{
SKU: strPtr("5438793300"),
},
"3090": {
SKU: strPtr("5438793500"),
SKU: strPtr("5438793200"),
},
},
Locale: "en_gb",
Expand Down

0 comments on commit 96ea1d1

Please sign in to comment.