Revert "fix: Read receipt was using hardcoded token? "

This reverts commit b2d6568b66.
This commit is contained in:
Alan Rynne 2022-09-01 10:33:05 +02:00
Родитель b2d6568b66
Коммит 6d1b85a14f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -341,7 +341,7 @@ Speckle.LogEvent = (server as text) =>
properties = [
distinct_id = if user = null then null else Hash(user),
server_id = Hash(server),
token = try Extension.CurrentCredential()[Key] otherwise null,
token = "acd87c5a50b56df91a795e999812a3a4",
hostApp = "powerbi"
]
],