chore: rename viewName to screenId
This commit is contained in:
parent
ed190b592f
commit
70f1edf5ee
|
@ -31,7 +31,7 @@
|
||||||
:appVersion build/app-short-version
|
:appVersion build/app-short-version
|
||||||
:eventValue (assoc event-data
|
:eventValue (assoc event-data
|
||||||
:viewId (name screen-id)
|
:viewId (name screen-id)
|
||||||
:viewName (-> screen-id symbol str))}}))
|
:screenId (-> screen-id symbol str))}}))
|
||||||
|
|
||||||
(def ^:const app-started-event "app-started")
|
(def ^:const app-started-event "app-started")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue