Another error found in postgres logs

 2024-12-20 16:09:57 UTC [223425]: app=hive-mind-postgrest ERROR:  Account thisisawesom does not exist
 2024-12-20 16:09:57 UTC [223425]: app=hive-mind-postgrest CONTEXT:  PL/pgSQL function hivemind_app.find_account_id(character varying,boolean) line 8 at RAISE
         PL/pgSQL function hivemind_app.bridge_get_relationship_between_accounts(character varying,character varying) line 7 at assignment
         SQL statement "SELECT state,
                  COALESCE(blacklisted, FALSE),
                  COALESCE(follow_blacklists, FALSE),
                  COALESCE(follow_muted, FALSE),
                  created_at,
                  block_num
                                                                                                   FROM hivemind_app.bridge_get_relationship_between_accounts(_account1, _account2)
           LIMIT 1"
         PL/pgSQL function bridge_api_get_relationship_between_accounts(jsonb) line 28 at SQL statement
         PL/pgSQL function hivemind_postgrest_utilities.get_bridge_method(text,jsonb) line 17 at assignment
         PL/pgSQL function hivemind_postgrest_utilities.dispatch(text,text,jsonb) line 11 at assignment
         PL/pgSQL function home(json) line 14 at RETURN