ビルドエラー修正

This commit is contained in:
r-ca 2024-01-14 14:54:12 +09:00
parent ba119fdb3d
commit 162f0a7bdb
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -39,7 +39,6 @@ public class DocumentDebugImpl implements DocumentDebug{
libraryEntity.id = meta.getId();
libraryEntity.path = "Placeholder";
libraryEntity.rootPath = "Placeholder";
database.documentDao().insert(documentEntity);
database.libraryDao().insert(libraryEntity);