Fixing content recovery.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-03-05 21:00:45 -05:00
parent 06b2aff27e
commit 781f6fde63
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ HedgeDoc >> pad: anObject [
HedgeDoc >> retrieveContents [
self url ifNil: [ ^ self ].
self contents: (self url addPathSegment: 'download') retrieveContents.
^ self contents.
^ self.
]
{ #category : #'as yet unclassified' }