Skip to content

Commit d8218a7

Browse files
crzypatchworkcrzypatchwork
authored andcommitted
latest
1 parent 11fc8db commit d8218a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/feeds/feeds.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const customFloor = function (value, roundTo) {
2020
return Math.floor(value / roundTo) * roundTo
2121
}
2222

23-
const GetUserClaims = async (arr) => {
23+
/* const GetUserClaims = async (arr) => {
2424
console.log(JSON.stringify(arr))
2525
return await axios.post('https://indexer.tzprofiles.com/v1/graphql', {
2626
query: `query MyQuery {
@@ -32,7 +32,7 @@ const GetUserClaims = async (arr) => {
3232
variables: undefined,
3333
operationName: 'MyQuery',
3434
})
35-
}
35+
} */
3636

3737
const latest_feed = `
3838
query LatestFeed($lastId: bigint = 99999999) {

0 commit comments

Comments
 (0)