Skip to content

Commit

Permalink
Update evently/lib/models/events.dart
Browse files Browse the repository at this point in the history
Co-authored-by: kjawadDeveloper2 <[email protected]>
  • Loading branch information
gram-incolo and kjawadDeveloper2 authored Jun 9, 2024
1 parent a77fda3 commit 57c0783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evently/lib/models/events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class PerksModel {
);

factory PerksModel.updateDescription(
{required String description, required PerksModel perksModel}) =>
{required String description, required PerksModel perksModel,}) =>
PerksModel(
name: perksModel.name,
description: description,
Expand Down

0 comments on commit 57c0783

Please sign in to comment.