Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 9638608

Browse files
authored
Update PrepareDataBase.java
1 parent 4aafc86 commit 9638608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/de/filefighter/rest/configuration/PrepareDataBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ CommandLineRunner initDataBaseProd(UserRepository userRepository, FileSystemRepo
9797
.name("HOME_1")
9898
.size(420)
9999
.typeId(FOLDER.getId())
100-
.itemIds(new long[]{1})
101100
.build()));
102101

103102
if (userRepository.findAll().size() == 2) {

0 commit comments

Comments
 (0)