fix passing rate limiting info via ApiError
This commit is contained in:
parent
0c1dd73341
commit
9b1fc96908
1 changed files with 1 additions and 2 deletions
|
@ -340,8 +340,7 @@ export class ApiCallService implements OnApplicationShutdown {
|
||||||
code: 'RATE_LIMIT_EXCEEDED',
|
code: 'RATE_LIMIT_EXCEEDED',
|
||||||
id: 'd5826d14-3982-4d2e-8011-b9e9f02499ef',
|
id: 'd5826d14-3982-4d2e-8011-b9e9f02499ef',
|
||||||
httpStatusCode: 429,
|
httpStatusCode: 429,
|
||||||
info,
|
}, info);
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue