Edit run functionality
This commit is contained in:
@@ -17,6 +17,7 @@ lunchControllers.controller 'CreateRunCtrl', ['$scope', '$http', '$location', 's
|
||||
inviteeData.push
|
||||
name: runData.creatorName
|
||||
email: runData.creatorEmail
|
||||
isCreator: true
|
||||
|
||||
socket.post '/run', runData, (runResponse) ->
|
||||
inviteesCreated = 0
|
||||
|
||||
Reference in New Issue
Block a user