Skip to content

Commit

Permalink
fix: build damnit (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Jul 2, 2024
1 parent f26f030 commit eec57bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BL/Services/MinioHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ public async Task<bool> FetchAndStoreObject(string url, string bucketName, strin

public async Task<bool> RabbitExternalObject(MQFetchFile msgBytes)
{

if (msgBytes == null)
{
Log.Information("{Function} Empty message", "RabbitExternalObject");
Expand Down

0 comments on commit eec57bf

Please sign in to comment.