Commit ca8a2c9a authored by Chunchi Che's avatar Chunchi Che

fix small

parent 20689467
Pipeline #20808 failed with stages
in 10 minutes and 53 seconds
...@@ -4,5 +4,5 @@ import { AppDispatch } from "../../store"; ...@@ -4,5 +4,5 @@ import { AppDispatch } from "../../store";
import MsgUpdateData = ygopro.StocGameMessage.MsgUpdateData; import MsgUpdateData = ygopro.StocGameMessage.MsgUpdateData;
export default (updateData: MsgUpdateData, dispatch: AppDispatch) => { export default (updateData: MsgUpdateData, dispatch: AppDispatch) => {
dispatch(updateFieldData(updateData)); dispatch(updateFieldData(updateData.toObject()));
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment