diff --git a/lib/helpers/services/api_service.dart b/lib/helpers/services/api_service.dart index d965afd..880c6aa 100644 --- a/lib/helpers/services/api_service.dart +++ b/lib/helpers/services/api_service.dart @@ -617,7 +617,7 @@ class ApiService { "startDate": startDate.toIso8601String(), "dueDate": dueDate.toIso8601String(), "tags": tags, - "branchId": branchId, + "projectBranchId": branchId, }; try { diff --git a/pubspec.yaml b/pubspec.yaml index 9b88f89..196d3da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+13 +version: 1.0.0+14 environment: sdk: ^3.5.3