Skip to content

Commit

Permalink
Fix BlogPost subject type
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Oct 23, 2024
1 parent af7eb06 commit f0e1288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/subject/Subject.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FieldType, GenericField } from '@/model/field/Field';

export enum SubjectType {
BlogPost = 'liberated_data',
BlogPost = 'blog-post',
}

export const humanReadableSubjectType: Map< SubjectType, string > = new Map( [
Expand Down

0 comments on commit f0e1288

Please sign in to comment.