Skip to content

Commit

Permalink
Revert "fix: Read receipt was using hardcoded token? "
Browse files Browse the repository at this point in the history
This reverts commit b2d6568.
  • Loading branch information
AlanRynne committed Sep 1, 2022
1 parent b2d6568 commit 6d1b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Speckle/Speckle.pq
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
],
Expand Down

0 comments on commit 6d1b85a

Please sign in to comment.