Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added if statement to filter out dir blob files (#63)
Fixes #62 🦕 Current version of sample doesnt check if blob is directory or .json file. Then, it downloads as bytes and tries to parse json from the dir blob file which will cause error.
- Loading branch information