1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-10-04 01:10:36 +02:00
This commit is contained in:
binwiederhier 2025-07-21 11:31:38 +02:00
parent 50c564d8a2
commit d87d8a2db4

View file

@ -185,9 +185,9 @@ func values(dict map[string]any) []any {
//
// Parameters:
// - ps: A variadic list where:
// - The first N-2 arguments are string keys forming the path
// - The second-to-last argument is the default value to return if the path doesn't exist
// - The last argument is the map to traverse
// - The first N-2 arguments are string keys forming the path
// - The second-to-last argument is the default value to return if the path doesn't exist
// - The last argument is the map to traverse
//
// Returns:
// - any: The value found at the specified path, or the default value if not found