Skip to content

Commit e862ca1

Browse files
committed
refactor: update header key in swap service
1 parent 571b6bd commit e862ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/swap/swap.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class Swap extends Services {
1010
return await this.client.request.send<SwapResponse>({
1111
method: 'POST',
1212
headers: {
13-
...(app_id ? { app_id: app_id } : {}),
13+
...(app_id ? { 'app-id': app_id } : {}),
1414
},
1515
url: 'v2/routes/boc',
1616
data: {

0 commit comments

Comments
 (0)