Alexander Eger

Results 2 issues of Alexander Eger

## Description Fixes the bug in the `trigger_caching` function where the incorrect key (`chain_id`) was used instead of the correct key (`chainId`) to extract the `chainId` value from the request...

**Describe the bug** The bug occurs in the `aquarius/app/assets.py` `trigger_caching` function of the application. When attempting to extract the `chainId` from the request payload, the code incorrectly uses the key...

Type: Bug