mirror of https://github.com/perkeep/perkeep.git
importer/foursquare: minor typo
Change-Id: Ic3c0d2f01ea0e6dc191500ed2856810e8c9581d6
This commit is contained in:
parent
f81b88de6e
commit
e68742473d
|
@ -60,7 +60,7 @@ const (
|
|||
acctAttrUserLast = "foursquareLastName"
|
||||
acctAttrAccessToken = "oauthAccessToken"
|
||||
|
||||
checkinsRequestLimit = 100 // max number of checkins we will ask for in a checkins list requset
|
||||
checkinsRequestLimit = 100 // max number of checkins we will ask for in a checkins list request
|
||||
photosRequestLimit = 5
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue