Mathis 56df921a9b
Refactor MIME type check in storage service
Replace loop-based MIME type check with Set.prototype.has for improved readability and performance. This change eliminates the need for an explicit loop, making the code more concise and efficient.
2024-09-30 14:38:58 +02:00
..