We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e31cda commit e3f58daCopy full SHA for e3f58da
src/api/base_api.ts
@@ -104,7 +104,7 @@ export abstract class BaseApi {
104
// that way if a user is changing pages, the following ID is different and
105
// the request will go through
106
const pageUrlId = `${urlToCall}`;
107
- const lastRequestTime = BaseApi.lastRequestTtimestamps[pageUrlId] || 0;
+ const lastRequestTime = BaseApi.lastRequestTimestamps[pageUrlId] || 0;
108
const timeElapsed = now - lastRequestTime;
109
110
// Check if this request is a duplicate
0 commit comments