コミット漏れ

This commit is contained in:
r-ca 2024-01-14 15:10:04 +09:00
parent 9a35c218b3
commit 951ee15235
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

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