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 11fc8db commit d8218a7Copy full SHA for d8218a7
src/pages/feeds/feeds.js
@@ -20,7 +20,7 @@ const customFloor = function (value, roundTo) {
20
return Math.floor(value / roundTo) * roundTo
21
}
22
23
-const GetUserClaims = async (arr) => {
+/* const GetUserClaims = async (arr) => {
24
console.log(JSON.stringify(arr))
25
return await axios.post('https://indexer.tzprofiles.com/v1/graphql', {
26
query: `query MyQuery {
@@ -32,7 +32,7 @@ const GetUserClaims = async (arr) => {
32
variables: undefined,
33
operationName: 'MyQuery',
34
})
35
-}
+} */
36
37
const latest_feed = `
38
query LatestFeed($lastId: bigint = 99999999) {
0 commit comments