Skip to content

Commit

Permalink
Undo unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed Sep 15, 2023
1 parent b2277a7 commit 8e8995a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "query-api-react",
"version": "0.1.0",
"private": true,
"browser": {
"fs": false
},
"scripts": {
"dev": "next dev",
"serve:widgets": "bos-loader dataplatform.near --path widgets/src -r replacement.mainnet.json",
Expand Down
2 changes: 1 addition & 1 deletion frontend/replacement.dev.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"REPL_ACCOUNT_ID": "dev-queryapi.dataplatform.near",
"REPL_GRAPHQL_ENDPOINT": "https://near-queryapi.dev.api.pagoda.co",
"REPL_EXTERNAL_APP_URL": "http://localhost:3000",
"REPL_EXTERNAL_APP_URL": "https://queryapi-frontend-vcqilefdcq-ew.a.run.app",
"REPL_REGISTRY_CONTRACT_ID": "dev-queryapi.dataplatform.near"
}
1 change: 0 additions & 1 deletion frontend/src/components/Editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ const Editor = ({
setIndexingCode(modifiedEditor.getValue());
}
if (fileName == "schema.sql") {
console.log("editor mount schema");
setSchema(modifiedEditor.getValue());
}
});
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/indexerRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class IndexerRunner {
console.log("No Start Block Height Provided to Stream Blocks From")
this.stop()
console.groupEnd()
returnc
return
}
console.log(`Streaming Blocks Starting from ${option} Block #${this.currentHeight}`)
while (!this.shouldStop) {
Expand Down
2 changes: 1 addition & 1 deletion frontend/widgets/src/QueryApi.Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ return (
alt: "the queryapi logo",
}}
/>
QueryAPi
QueryApi
</NavBarLogo>

<div>
Expand Down

0 comments on commit 8e8995a

Please sign in to comment.