mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(core): remove journal experimental flag (#5698)
This commit is contained in:
@@ -12,7 +12,6 @@ type MaybeDate = Date | string | number;
|
||||
export const JOURNAL_DATE_FORMAT = 'YYYY-MM-DD';
|
||||
|
||||
function isJournalString(j?: string | false) {
|
||||
if (!runtimeConfig.enableJournal) return false;
|
||||
return j ? !!j?.match(/^\d{4}-\d{2}-\d{2}$/) : false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user