Skip to content

Commit

Permalink
Update response.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfaxenator authored Oct 13, 2024
1 parent 6a9980d commit c05e910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,9 @@ func (i *Inertia) prepareProps(r *http.Request, component string, props Props) (
delete(result, key)
}
}

// Resolve props values.

wg:=new(sync.WaitGroup)
errch:=make(chan error,len(result))

for key, val := range result {
wg.Add(1)
go func(){
Expand Down

0 comments on commit c05e910

Please sign in to comment.