1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:59:30 +00:00

Added placeholder TestTemplate.hasAccess method

This commit is contained in:
2022-04-19 21:28:16 +00:00
parent 0e667f3ed0
commit ba81299d0a

View File

@@ -119,8 +119,8 @@ class TestTemplate {
return new Test(this.#conn, id); return new Test(this.#conn, id);
} }
get classes() { hasAccess(u) {
return u != null;
} }
static async createTestTemplate(conn, accountId, name, maxMark) { static async createTestTemplate(conn, accountId, name, maxMark) {