fix: change "sats" to "sat" as is defined by nostrmarket ext db
This commit is contained in:
parent
578cd8f570
commit
2e12315a35
1 changed files with 51 additions and 51 deletions
|
|
@ -331,7 +331,7 @@ export class NostrmarketAPI extends BaseService {
|
||||||
* Get available currencies
|
* Get available currencies
|
||||||
*/
|
*/
|
||||||
async getCurrencies(): Promise<string[]> {
|
async getCurrencies(): Promise<string[]> {
|
||||||
const baseCurrencies = ['sats']
|
const baseCurrencies = ['sat']
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const apiCurrencies = await this.request<string[]>(
|
const apiCurrencies = await this.request<string[]>(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue