Refactor DNS stats widget
This commit is contained in:
@@ -186,3 +186,7 @@ func ternary[T any](condition bool, a, b T) T {
|
||||
|
||||
return b
|
||||
}
|
||||
|
||||
// Having compile time errors about unused variables is cool and all, but I don't want to
|
||||
// have to constantly comment out my code while I'm working on it and testing things out
|
||||
func ItsUsedTrustMeBro(...any) {}
|
||||
|
||||
Reference in New Issue
Block a user