This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 674a501
authored
Fix using '=' operator against an array (#973)
It fixes "[Logs] Web Traffic" dashboard panel:
Before:
<img width="821" alt="Screenshot 2024-11-12 at 12 14 35"
src="https://github.com/user-attachments/assets/d594da02-4615-49f2-b489-6b87af7b6724">
After:
<img width="829" alt="Screenshot 2024-11-12 at 12 15 30"
src="https://github.com/user-attachments/assets/899e04ea-9076-4da6-869c-b1db67a96e7f">1 parent 32af378 commit 674a501
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments