mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 03:52:26 +01:00
fix:#30 format, lint and fixed types
This commit is contained in:
@@ -37,7 +37,9 @@ const columns = computed(() => [
|
||||
const toast = useToast();
|
||||
|
||||
async function finalStep() {
|
||||
const createFeed: Promise<string>= createIndividualFeed(store.getAllModules());
|
||||
const createFeed: Promise<string> = createIndividualFeed(
|
||||
store.getAllModules(),
|
||||
);
|
||||
|
||||
// Check if createFeed Promise is resolved
|
||||
createFeed.then(async (token: string) => {
|
||||
|
||||
Reference in New Issue
Block a user