Skip to content

Commit

Permalink
Merge pull request #408 from intuitem/hotfix/packager
Browse files Browse the repository at this point in the history
Update +page.server.ts
  • Loading branch information
ab-smith authored May 11, 2024
2 parents dfbeb0a + b31bd88 commit ecf9759
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 && lib.packager === 'intuitem')
);
const defaultLibrariesTable = librariesTable(libraries.filter((lib) => !lib.id));

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

Expand Down

0 comments on commit ecf9759

Please sign in to comment.