Skip to content

Commit

Permalink
Merge pull request #826 from balena-io/expose-check-api-key
Browse files Browse the repository at this point in the history
Expose `checkApiKey` to allow resolving an api key string
  • Loading branch information
Page- authored Oct 18, 2024
2 parents 92714a3 + 28be0bb commit 983e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbvr-api/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ const getApiKeyActorId = (() => {
);
})();

const checkApiKey = async (
export const checkApiKey = async (
apiKey: string,
tx?: Tx,
): Promise<PermissionReq['apiKey']> => {
Expand Down

0 comments on commit 983e7b3

Please sign in to comment.