fix type on parent_id param

This commit is contained in:
Oleg Silkin 2020-01-13 11:53:35 -05:00
parent ff9493f334
commit 24707eea5b

View file

@ -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();