Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent 33404b5 commit 8675ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/poll-in-app-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ async function pollInAppServer() {

if (response !== null) {
let parsedResponse = JSON.parse(response);
console.log('Received response:', parsedResponse);

// Wait until some results are returned
if (parsedResponse.results.length === 0) {
continue;
}
Expand Down

0 comments on commit 8675ec3

Please sign in to comment.