add JPY currency (#176)

This commit is contained in:
alex-tee 2023-09-06 19:14:41 +09:00 committed by GitHub
parent 1a80f9d52b
commit b855ce9bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export default Controller.extend({
{ id: "BRL", name: "BRL" },
{ id: "DKK", name: "DKK" },
{ id: "SGD", name: "SGD" },
{ id: "JPY", name: "JPY" },
];
},