Commit e42c23fd authored by xiaoye's avatar xiaoye

fix

parent 482e86fa
Pipeline #37872 passed with stages
in 3 minutes and 39 seconds
......@@ -389,7 +389,6 @@
const creator = {
off : async (id : number) : Promise<void> => {
console.log(page.tournament)
page.show.drawer();
if (page.tournament)
page.show.tournament(id);
......
......@@ -371,7 +371,6 @@
const id = url[1];
// @ts-ignore
const t : TournamentGet = await Tabulator.Tournament.Find(Mycard.token, id);
console.log(t)
if (t.tournament) {
tournament.this = t.tournament;
const participants = t.participant;
......
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