Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: reauth failed accessing in a struct

+1 -1
+1 -1
apps/garden/lib/garden/socket.ex
··· 248 248 {:error, reason} -> 249 249 Logger.warning( 250 250 msg: "Reauthentication failed, clearing credentials and re-registering", 251 - garden_sid: get_in(storage, [:garden_sid]), 251 + garden_sid: storage.garden_sid, 252 252 reason: inspect(reason) 253 253 ) 254 254