Skip to content

Commit

Permalink
Merge pull request #57 from ba-st/56-Update-HttpRequest-classget-to-u…
Browse files Browse the repository at this point in the history
…se-HttpRequest-classgetconfiguredUsing

♻️ Refactored HttpRequest class>>#get:
  • Loading branch information
gcotelli authored Jun 28, 2022
2 parents a11caa6 + 93d3e3d commit 7a07ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Superluminal-Model/HttpRequest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HttpRequest class >> delete: aLocation configuredUsing: aBlock [
{ #category : #'instance creation' }
HttpRequest class >> get: aLocation [

^ self performing: #GET on: aLocation configuredUsing: [ ]
^ self get: aLocation configuredUsing: [ ]
]

{ #category : #'instance creation' }
Expand Down

0 comments on commit 7a07ccc

Please sign in to comment.