File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/r/karma1337/geo-resto Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414// AuthManager handles access control and proof verification
1515type AuthManager struct {
16- *authorizable.Authorizable // Handles admin/verifier authorization
16+ *authorizable.Authorizable // Handles admin/verifier authorization
1717 rateLimitTracker *avl.Tree // key (user:action) -> timestamp
1818 accessTokens *avl.Tree // token -> expiration time
1919}
Original file line number Diff line number Diff line change @@ -285,13 +285,12 @@ func (r *Renderer) RenderEvent(eventID string) string {
285285 sb.WriteString("**Rewards**: " + event.Rewards + "\n")
286286 }
287287
288-
289288 sb.WriteString("\n")
290289
291290 // Add transaction link for joining event
292291 if event.IsActive {
293292 sb.WriteString("## 📲 Actions\n\n")
294- joinLink := GetJoinEventTxLink(eventID)
293+ joinLink := GetJoinEventTxLink(eventID)
295294 sb.WriteString("- [🎟️ Join Event](" + joinLink + ")\n\n")
296295 }
297296
You can’t perform that action at this time.
0 commit comments