Skip to content
Snippets Groups Projects
Commit 38eef361 authored by Andri Joos's avatar Andri Joos 😊
Browse files

make userId final in MembershipService

parent 654e5ab5
No related merge requests found
Pipeline #5876 passed with stage
in 41 seconds
......@@ -3,7 +3,7 @@ import 'package:lib/lib.dart';
import 'package:point/membership/team.dart';
class MembershipService extends ClientFunction {
String _userId;
final String _userId;
MembershipService({required super.host, required super.projectId, required super.apiKey, required String userId}) :
_userId = userId;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment