feat: disable view creation on page visits to move on events

This commit is contained in:
Andre Henriques 2024-10-16 08:55:32 +01:00
parent f257bce4b0
commit 4890508be8

View File

@ -108,7 +108,6 @@ class ApplicationsController(
if (application == null) return null
if (user == null) {
viewService.create(application.id)
eventService.create(application.id, EventType.View)
}