๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere

remove invalid comment

-1
-1
src/commands/auth.sh
··· 74 74 session="$(com.atproto.server.getSession)" 75 75 error="$(atfile.util.get_xrpc_error $? "$session")" 76 76 77 - # TODO: Handle accessJwt expiry 78 77 if [[ -n "$error" ]]; then 79 78 if [[ $error == "[ExpiredToken]"* ]];then 80 79 session="$(com.atproto.server.refreshSession)"