chore(server): duplication default settings (#9781)

This commit is contained in:
Alex
2024-05-27 07:51:41 +07:00
committed by GitHub
parent 11152f9b3d
commit 6879bcb7a4
5 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ describe(ServerInfoService.name, () => {
it('should respond the server features', async () => {
await expect(sut.getFeatures()).resolves.toEqual({
smartSearch: true,
duplicateDetection: false,
duplicateDetection: true,
facialRecognition: true,
map: true,
reverseGeocoding: true,