Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-zh committed Dec 16, 2020
1 parent c573b3c commit 166d279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workbench/public/components/Main/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export class Main extends React.Component<MainProps, MainState> {
);

Promise.all([responsePromise]).then(([response]) => {
console.log(responsePromise)
const results: ResponseDetail<string>[] = response.map(response =>
this.processQueryResponse(response));
const resultTable: ResponseDetail<QueryResult>[] = getQueryResultsForTable(results);
Expand Down

0 comments on commit 166d279

Please sign in to comment.