Skip to content

Commit

Permalink
update api key error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 13, 2023
1 parent 00f4ce4 commit 58b9b5b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ export class SyntheticsService {
};

for await (const result of finder.find()) {
if (result.saved_objects.length === 0) {
return;
}
try {
if (!output) {
output = await this.getOutput();
Expand Down

0 comments on commit 58b9b5b

Please sign in to comment.