watch function edit
This commit is contained in:
@@ -34,6 +34,6 @@ function* regist(action: Action<MemberRegistPayload>): SagaIterator {
|
||||
}
|
||||
}
|
||||
|
||||
export function* watchDomainMemberRegist(): SagaIterator {
|
||||
export function* watchRegist(): SagaIterator {
|
||||
yield takeLatest(MemberRegistActions.REQUEST, regist);
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@ function* regist(action: Action<RegistPayload>): SagaIterator {
|
||||
}
|
||||
}
|
||||
|
||||
export function* watchDomainRegist(): SagaIterator {
|
||||
export function* watchRegist(): SagaIterator {
|
||||
yield takeLatest(RegistActions.REQUEST, regist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user