Skip to content

Commit

Permalink
fix(FakeHyperResponse): Add missing semicolon for Adobe
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Jun 15, 2023
1 parent 7fb877b commit c3165fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/FakeHyperResponse.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ component accessors="true" extends="HyperResponse" {
*/
property
name="headers"
type="struct"
type="struct";

/**
* The timestamp for when this response was received.
Expand Down

0 comments on commit c3165fc

Please sign in to comment.