mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 05:28:49 +02:00
fix:#24 linted and formatted
This commit is contained in:
@ -37,8 +37,8 @@ const moduleStore = defineStore("moduleStore", {
|
||||
return Array.from(this.modules.values());
|
||||
},
|
||||
containsModule(module: Module): boolean {
|
||||
return this.modules.has(module.uuid);
|
||||
}
|
||||
return this.modules.has(module.uuid);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user