Missed a layer of nesting.

This commit is contained in:
Phil Hagelberg 2010-07-13 17:18:21 -07:00
parent 3db58174bd
commit 328679799b
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ note that this implies rebuffering, if the blob's payload isn't repeatable"
(-> (blobstore-context blobstore-or-payload) (-> (blobstore-context blobstore-or-payload)
.utils .utils
.encryption .encryption
.generateMD5BufferingIfNotRepeatable blob-or-name) (.generateMD5BufferingIfNotRepeatable blob-or-name))
(md5-blob blob-or-name blobstore-or-payload *blobstore*))) (md5-blob blob-or-name blobstore-or-payload *blobstore*)))
([#^String name payload #^BlobStore blobstore] ([#^String name payload #^BlobStore blobstore]
(md5-blob (blob name payload blobstore) blobstore))) (md5-blob (blob name payload blobstore) blobstore)))