fix(#338): send half 0 as default (#130)

Co-authored-by: mirlan.maksitaliev <mirlan.maksitaliev@instatsport.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent b9d87e86f1
commit d6443cf8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/requests/reportPlayerProgress.tsx

@ -23,7 +23,7 @@ export const reportPlayerProgress = ({
const config = {
body: {
params: {
_p_half: half || null,
_p_half: half || 0,
_p_match_id: matchId,
_p_second: seconds,
_p_sport: sport,

Loading…
Cancel
Save