feat: Update ownerId assignment in HomeRepositoryImpl and clean up shifts page code
This commit is contained in:
@@ -105,7 +105,7 @@ class HomeRepositoryImpl
|
||||
address: staff.addres,
|
||||
avatar: staff.photoUrl,
|
||||
),
|
||||
ownerId: session?.ownerId,
|
||||
ownerId: staff.ownerId,
|
||||
);
|
||||
StaffSessionStore.instance.setSession(updatedSession);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user