فهرست منبع

use capital letter for keys

Yohei-Shiina 3 سال پیش
والد
کامیت
d64363c1a3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/app/src/interfaces/rehype.ts

+ 2 - 2
packages/app/src/interfaces/rehype.ts

@@ -1,6 +1,6 @@
 export const RehypeSanitizeOption = {
-  Recommended: 1,
-  Custom: 2,
+  RECOMMENDED: 1,
+  CUSTOM: 2,
 } as const;
 
 export type RehypeSanitizeOption = typeof RehypeSanitizeOption[keyof typeof RehypeSanitizeOption];