chore: adding reports
Signed-off-by: Kevin Johnson <kljohnson@verisk.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
8f7a06bcbf
commit
3f34ea918d
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': minor
|
||||
'@backstage/backend-defaults': minor
|
||||
---
|
||||
|
||||
Throttles Bitbucket Server API calls
|
||||
@@ -46,7 +46,7 @@ const throttle = pThrottle({
|
||||
});
|
||||
|
||||
const throttledFetch = throttle(
|
||||
async (url: fetch.RequestInfo, options?: fetch.RequestInit) => {
|
||||
async (url: RequestInfo, options?: RequestInit) => {
|
||||
return await fetch(url, options);
|
||||
},
|
||||
);
|
||||
|
||||
@@ -28,7 +28,7 @@ const throttle = pThrottle({
|
||||
});
|
||||
|
||||
const throttledFetch = throttle(
|
||||
async (url: fetch.RequestInfo, options?: fetch.RequestInit) => {
|
||||
async (url: RequestInfo, options?: RequestInit) => {
|
||||
return await fetch(url, options);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user