Skip to content

Commit ae7c249

Browse files
committed
Test deduplicating a file by merging ozaria and codecombat copies
One commit for making the files identical and then symlinking oz copy. `git subrepo push` to make the change on the codecombat side `git push` to make the change on the ozaria side
1 parent c7df669 commit ae7c249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/core/api/users.coffee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ module.exports = {
9393
method: 'PUT'
9494
}))
9595

96+
fetchCreatorOfPrepaid: ({prepaidId}, options={}) ->
97+
fetchJson("/db/prepaid/#{prepaidId}/creator", _.assign({}, options, {
98+
method: 'GET'
99+
}))
100+
96101
provisionSubscription: ({ userId }) ->
97102
fetchJson("/db/user/#{userId}/provision-subscription", _.assign({}, {
98103
method: 'PUT'

0 commit comments

Comments
 (0)