TF-1812 Handle add sending email to queue in work manager
(cherry picked from commit c5d89665f525550949bf4e694133ce5ea2777846)
This commit is contained in:
@@ -21,7 +21,7 @@ class Worker with EquatableMixin {
|
||||
}
|
||||
|
||||
Map<String, dynamic> get inputData {
|
||||
data[WorkManagerConstants.workerTypeKey] = type;
|
||||
data[WorkManagerConstants.workerTypeKey] = type.name;
|
||||
return data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user