Skip to content

Commit

Permalink
fix(markdown): remove useless enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 10, 2022
1 parent 335db29 commit f085956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/markdown/markdown.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author: Wibus
* @Date: 2022-07-18 21:25:36
* @LastEditors: Wibus
* @LastEditTime: 2022-07-19 11:37:07
* @LastEditTime: 2022-08-10 18:03:13
* Coding With IU
*/

Expand All @@ -27,6 +27,5 @@ export const ArticleType = Object.freeze({

export enum ArticleTypeEnum {
Post = "post",
Note = "note",
Page = "page",
}

0 comments on commit f085956

Please sign in to comment.