feat: Update ownerId assignment in HomeRepositoryImpl and clean up shifts page code

This commit is contained in:
Achintha Isuru
2026-02-18 15:25:31 -05:00
parent cce1b75fc0
commit 535f6ffb1c
4 changed files with 44 additions and 36 deletions

View File

@@ -105,7 +105,7 @@ class HomeRepositoryImpl
address: staff.addres,
avatar: staff.photoUrl,
),
ownerId: session?.ownerId,
ownerId: staff.ownerId,
);
StaffSessionStore.instance.setSession(updatedSession);