Skip to content

Commit

Permalink
Update packages/functions_client/lib/src/types.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno D'Luka <[email protected]>
  • Loading branch information
dshukertjr and bdlukaa authored Jul 24, 2024
1 parent c3a1ccf commit 30191b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functions_client/lib/src/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FunctionException {
final dynamic details;
final String? reasonPhrase;

FunctionException({required this.status, this.details, this.reasonPhrase});
const FunctionException({required this.status, this.details, this.reasonPhrase});

@override
String toString() =>
Expand Down

0 comments on commit 30191b2

Please sign in to comment.