Skip to content

Commit

Permalink
fix: use direct output of blaze
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Oct 2, 2024
1 parent 09cad9a commit 7198485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/classes/blaze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Blaze {

response = new Map<string, Site>().set(this.name, {
status: "succeeded",
data: blazeResponse.data,
data: blazeResponse,
});

this.updateResponse(response);
Expand Down

0 comments on commit 7198485

Please sign in to comment.