mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
@@ -150,7 +150,9 @@ const createBasicCover = async (
|
||||
};
|
||||
|
||||
function getRandomElement<T>(arr: T[]): T {
|
||||
return arr[Math.floor(Math.random() * arr.length)];
|
||||
return JSON.parse(
|
||||
JSON.stringify(arr[Math.floor(Math.random() * arr.length)])
|
||||
);
|
||||
}
|
||||
|
||||
const basic1section = async (
|
||||
|
||||
Reference in New Issue
Block a user