Skip to content

Commit 8bd2e9f

Browse files
committed
fix typo
1 parent f4d9934 commit 8bd2e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataBlobs/services/BlobStores.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function deleteBlob!(store::FolderStore{T}, blobid::UUID) where {T}
192192
return 0
193193
else
194194
# Not found
195-
throw(IdNotFoundError("Blob", blobId))
195+
throw(IdNotFoundError("Blob", blobid))
196196
end
197197
end
198198

0 commit comments

Comments
 (0)