feat: disable view creation on page visits to move on events
This commit is contained in:
parent
f257bce4b0
commit
4890508be8
@ -108,7 +108,6 @@ class ApplicationsController(
|
|||||||
if (application == null) return null
|
if (application == null) return null
|
||||||
|
|
||||||
if (user == null) {
|
if (user == null) {
|
||||||
viewService.create(application.id)
|
|
||||||
eventService.create(application.id, EventType.View)
|
eventService.create(application.id, EventType.View)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user