Skip to content

Commit

Permalink
updated error log
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaree committed Oct 27, 2020
1 parent 3f73b80 commit 8f4af31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ hub.post("/", async (req, res) => {
const lastQueriedBlockNumber = await _getLastQueriedBlockNumber(req.body.configFile);
if (!configObject || !lastQueriedBlockNumber)
throw new Error(
`Serverless hub requires a config object and a last updated block number! configObject:${configObject} lastQueriedBlockNumber: ${lastQueriedBlockNumber}`
`Serverless hub requires a config object and a last updated block number! configObject:${configObject} lastQueriedBlockNumber:${lastQueriedBlockNumber}`
);

// Get the latest block number. The query will run from the last queried block number to the latest block number.
Expand Down

0 comments on commit 8f4af31

Please sign in to comment.