fix type on parent_id param
This commit is contained in:
parent
ff9493f334
commit
24707eea5b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function doCommentCreate(
|
|||
comment: string = '',
|
||||
claim_id: string = '',
|
||||
channel: ?string,
|
||||
parent_id?: number
|
||||
parent_id?: string,
|
||||
) {
|
||||
return (dispatch: Dispatch, getState: GetState) => {
|
||||
const state = getState();
|
||||
|
|
Loading…
Add table
Reference in a new issue