fix(shifts): expose ExternalUserId in ShiftSignupDto to fix frontend signup state
This commit is contained in:
@@ -36,6 +36,7 @@ export interface ShiftDetailDto {
|
||||
export interface ShiftSignupDto {
|
||||
id: string;
|
||||
memberId: string;
|
||||
externalUserId?: string;
|
||||
signedUpAt: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user