mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
fix:#53 linted formatted frontend files
This commit is contained in:
@@ -27,9 +27,7 @@ export async function fetchEventTypes(): Promise<string[]> {
|
||||
})
|
||||
.then((responseModules: string[]) => {
|
||||
responseModules.forEach((eventType: string) => {
|
||||
eventTypes.push(
|
||||
eventType,
|
||||
);
|
||||
eventTypes.push(eventType);
|
||||
});
|
||||
});
|
||||
return eventTypes;
|
||||
|
||||
Reference in New Issue
Block a user