Skip to content

Commit b6f12ac

Browse files
Merge pull request #366 from velocitycareerlabs/VL-8875
fix: vl-8875 - fix sample - required credential types is empty list
2 parents 9033c51 + bde754a commit b6f12ac

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

example/src/Constants.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,7 @@ export abstract class Constants {
109109
static readonly OrganizationsSearchDescriptorByDidStaging: VCLOrganizationsSearchDescriptor =
110110
{ filter: { did: Constants.IssuerDidStaging } };
111111

112-
static readonly CredentialTypes = [
113-
'EducationDegreeRegistrationV1.0',
114-
'EducationDegreeStudyV1.0',
115-
'EducationDegreeGraduationV1.0',
116-
'EmploymentPastV1.1',
117-
'Badge',
118-
'BadgeV1.1',
119-
'OpenBadgeV1.0',
120-
'OpenBadgeV2.0',
121-
'OpenBadgeCredential',
122-
];
112+
static readonly CredentialTypes = [];
123113

124114
static readonly ResidentPermitV10 = 'ResidentPermitV1.0';
125115

0 commit comments

Comments
 (0)