Skip to content

Commit

Permalink
chore(api): remove unused exports in api/infra
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Jul 10, 2024
1 parent 0db0125 commit b0c0f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/reva-api/infra/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const aapListUnifvae = CronJob.from({
timeZone: "Europe/Paris",
});

export async function runBatchIfActive({
async function runBatchIfActive({
batchKey,
batchCallback,
}: {
Expand Down
2 changes: 1 addition & 1 deletion packages/reva-api/infra/server/plugins/keycloak-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare module "fastify" {
}
}

export interface KeycloakConnectUserInfo {
interface KeycloakConnectUserInfo {
realm_access?: {
roles: KeyCloakUserRole[];
};
Expand Down

0 comments on commit b0c0f6a

Please sign in to comment.