Skip to content

Commit

Permalink
Merge pull request #22 from vapor-community/release-candidate
Browse files Browse the repository at this point in the history
Missed a letter.
  • Loading branch information
Andrewangeta authored Mar 13, 2020
2 parents 3df1d78 + d18b478 commit 60fb101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CloudStorage/GoogleCloudStorageAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extension Request {
return existing.hopped(to: self.eventLoop)
} else {
let new = Application.GoogleCloudPlatform.GoogleCloudStorageAPI(application: self.application, eventLoop: self.eventLoop).client
pplication.storage[GoogleCloudStorageKey.self] = new
application.storage[GoogleCloudStorageKey.self] = new
return new
}
}
Expand Down

0 comments on commit 60fb101

Please sign in to comment.