Skip to content

Commit c39d8e1

Browse files
committed
fix: enum type
Signed-off-by: Timo Glastra <timo@animo.id>
1 parent c0bd6b1 commit c39d8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/lib/types/StateManager.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface CredentialOfferSession extends StateType {
2020
export enum IssueStatus {
2121
OFFER_CREATED = 'OFFER_CREATED',
2222
OFFER_URI_RETRIEVED = 'OFFER_URI_RETRIEVED', // This state is optional. as an offer uri is optional
23-
ACCESS_TOKEN_REQUESTED = 'ACCESS_TOKEN_CREATED', // Optional state, given the token endpoint could also be on a separate AS
23+
ACCESS_TOKEN_REQUESTED = 'ACCESS_TOKEN_REQUESTED', // Optional state, given the token endpoint could also be on a separate AS
2424
ACCESS_TOKEN_CREATED = 'ACCESS_TOKEN_CREATED', // Optional state, given the token endpoint could also be on a separate AS
2525
CREDENTIAL_REQUEST_RECEIVED = 'CREDENTIAL_REQUEST_RECEIVED', // Credential request received. Next state would either be error or issued
2626
CREDENTIAL_ISSUED = 'CREDENTIAL_ISSUED',

0 commit comments

Comments
 (0)