Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 38e5075

Browse files
author
Philip Waritschlager
committed
log fetching
1 parent 4dff074 commit 38e5075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function fetch (child) {
4242
}
4343

4444
export function fetchIdsByType (type) {
45+
console.log("FETCHING API FOR "+type)
4546
return api.cachedIds && api.cachedIds[type]
4647
? Promise.resolve(api.cachedIds[type])
4748
: fetch(`${type}stories`)

0 commit comments

Comments
 (0)