0
0
Fork 0

Tell the winners endpoint that we are finalizing bracket results with this call

This commit is contained in:
Oliver-Akins 2021-08-30 16:56:40 -06:00
parent 0bc10c0c6b
commit 32a4062ea0

View file

@ -49,7 +49,7 @@ export default {
// Calculate the winners from the previous bracket // Calculate the winners from the previous bracket
let r = await request.server.inject({ let r = await request.server.inject({
url: `/${gID}/bracket/winners`, url: `/${gID}/bracket/winners?finalize=true`,
auth: request.auth, auth: request.auth,
}); });
let data = JSON.parse(r.payload); let data = JSON.parse(r.payload);