why wont this WORK

This commit is contained in:
Emily 2020-10-20 23:19:12 +11:00
parent bfb0eb561d
commit e345077f9c
2 changed files with 2 additions and 3 deletions

View file

@ -9,4 +9,4 @@ class Ready {
}
}
module.exports = new Ready();
module.exports = Ready;