mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-17 18:18:47 +02:00
formated and linted
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Module } from "../model/module";
|
||||
|
||||
export async function fetchModule( name: string): Promise<Module> {
|
||||
export async function fetchModule(name: string): Promise<Module> {
|
||||
const request = new Request("/api/module", {
|
||||
method: "GET",
|
||||
headers: {
|
||||
@ -24,4 +24,4 @@ export async function fetchModule( name: string): Promise<Module> {
|
||||
module.events,
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user