We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c77ac2 commit d83fe4dCopy full SHA for d83fe4d
src/main/java/net/onelitefeather/vulpes/backend/service/impl/FontServiceImpl.java
@@ -74,7 +74,7 @@ public Optional<FontEntity> findFontById(UUID id) {
74
75
@Override
76
public List<String> findCharsByFontId(UUID id) {
77
- return fontRepository.findCharsByFontId(id);
+ return fontRepository.findCharsByFontId(id, Pageable.UNPAGED);
78
}
79
80
0 commit comments