Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
/ stryve Public archive

Commit

Permalink
removed unnecessary dependencies and file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklaw5 committed May 24, 2016
1 parent de0d35c commit ed09116
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"sillyname": "^0.1.0",
"socket.io-client": "^1.4.5",
"style-loader": "^0.13.1",
"superagent": "^1.8.3",
"url-loader": "^0.5.7",
"vue": "^1.0.20",
"vue-hot-reload-api": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ users_io.on('connection', function(socket) {
// (we will update it when we get it back from the server)
socket.emit('contact-message::' + payload.sender_uuid + '::preliminary', apiPayload)

// send ajax here
// send api request
client.contacts.postContactEvent(
apiPayload,
payload.access_token,
Expand Down
46 changes: 0 additions & 46 deletions src/utils/ajax.js

This file was deleted.

0 comments on commit ed09116

Please sign in to comment.