3 lines
No EOL
62 B
Dart
3 lines
No EOL
62 B
Dart
String userReducer(String userId, action) {
|
|
return userId;
|
|
} |