9/20/1
This commit is contained in:
@@ -41,7 +41,7 @@ class NotificationCaptainController extends GetxController {
|
||||
updateNotification(String id) async {
|
||||
await CRUD().post(
|
||||
link: AppLink.updateNotificationCaptain,
|
||||
payload: {'isShown': true, 'id': id},
|
||||
payload: {'isShown': 'true', 'id': id},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user