Skip to content

Commit

Permalink
fix: added missing ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Jan 28, 2025
1 parent c17edcf commit 6b8dd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gitlab/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const gitlabPlugin = createPlugin({
),
gitlabAuthApi,
useOAuth: configApi.getOptionalBoolean('gitlab.useOAuth'),
cacheTTL: configApi.getOptionalNumber('gitlab.cacheTTL'),
}),
}),
],
Expand Down

0 comments on commit 6b8dd38

Please sign in to comment.