chore: rename viewName to screenId

This commit is contained in:
Sean Hagstrom 2024-09-28 12:52:31 +01:00
parent ed190b592f
commit 70f1edf5ee
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
:appVersion build/app-short-version
:eventValue (assoc event-data
:viewId (name screen-id)
:viewName (-> screen-id symbol str))}}))
:screenId (-> screen-id symbol str))}}))
(def ^:const app-started-event "app-started")