Skip to content

Commit

Permalink
Merge pull request #134 from samply/fix/blaze_usage
Browse files Browse the repository at this point in the history
Fix/blaze usage
  • Loading branch information
patrickskowronekdkfz authored Oct 2, 2024
2 parents 4d1f062 + 7198485 commit d51657a
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 d51657a

Please sign in to comment.