Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexer: update format string for uuid.UUID
The relayEvent variable is of type uuid.UUID, but it's being formatted as an integer (%d). This will cause a runtime error. Use %s to format the UUID as a string.
- Loading branch information