MCPcopy Create free account
hub / github.com/codecombat/codecombat / setCountryGeo

Function setCountryGeo

app/core/api/users.js:135–140  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

133 },
134
135 setCountryGeo (options) {
136 if (options == null) { options = {} }
137 return fetchJson('/db/user/setUserCountryGeo', _.assign({}, options, {
138 method: 'PUT'
139 }))
140 },
141
142 fetchCreatorOfPrepaid ({ prepaidId }, options) {
143 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected