Replace cloneDeep to native structuredclone and remove unused import

This commit is contained in:
kwaroran
2024-04-25 01:17:14 +09:00
parent cc744853d2
commit 11b1d4d4f3
22 changed files with 85 additions and 115 deletions

View File

@@ -1,4 +1,3 @@
import { cloneDeep } from 'lodash'
import type { Database } from 'src/ts/storage/database'
export function templateCheck(db:Database){