Skip to content

Commit

Permalink
Update +page.server.ts
Browse files Browse the repository at this point in the history
prettier
  • Loading branch information
eric-intuitem committed May 11, 2024
1 parent 70cf1a6 commit b31bd88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/routes/(app)/libraries/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export const load = (async ({ fetch }) => {
};
};

const defaultLibrariesTable = librariesTable(
libraries.filter((lib) => !lib.id)
);
const defaultLibrariesTable = librariesTable(libraries.filter((lib) => !lib.id));

const importedLibrariesTable = librariesTable(libraries.filter((lib) => lib.id));

Expand Down

0 comments on commit b31bd88

Please sign in to comment.