Fix reference error.

This commit is contained in:
Pagan Gazzard 2014-07-04 00:07:20 +01:00 committed by Pablo Carranza Vélez
parent 148d067ab9
commit 597fefcb33

View File

@ -9,6 +9,7 @@ PUBNUB = require 'pubnub'
Promise = require 'bluebird'
JSONStream = require 'JSONStream'
PlatformAPI = require 'resin-platform-api/request'
utils = require './utils'
PLATFORM_ENDPOINT = url.resolve(config.apiEndpoint, '/ewa/')
resinAPI = new PlatformAPI(PLATFORM_ENDPOINT)