Skip to content

Commit e3f58da

Browse files
committed
syntax!!!
1 parent 5e31cda commit e3f58da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/base_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export abstract class BaseApi {
104104
// that way if a user is changing pages, the following ID is different and
105105
// the request will go through
106106
const pageUrlId = `${urlToCall}`;
107-
const lastRequestTime = BaseApi.lastRequestTtimestamps[pageUrlId] || 0;
107+
const lastRequestTime = BaseApi.lastRequestTimestamps[pageUrlId] || 0;
108108
const timeElapsed = now - lastRequestTime;
109109

110110
// Check if this request is a duplicate

0 commit comments

Comments
 (0)