Tell the winners endpoint that we are finalizing bracket results with this call
This commit is contained in:
parent
0bc10c0c6b
commit
32a4062ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue