Skip to content

Commit

Permalink
fix: Read receipt was using hardcoded token?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Sep 1, 2022
1 parent 72f4553 commit b2d6568
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 = "acd87c5a50b56df91a795e999812a3a4",
token = try Extension.CurrentCredential()[Key] otherwise null,
hostApp = "powerbi"
]
],
Expand Down

0 comments on commit b2d6568

Please sign in to comment.