Switch to library version of Promise

This commit is contained in:
Lucien Greathouse
2018-04-20 23:26:50 -07:00
parent 187194a615
commit 2d71e3ebea
7 changed files with 14 additions and 310 deletions

View File

@@ -2,7 +2,8 @@ local HttpService = game:GetService("HttpService")
local HTTP_DEBUG = false
local Promise = require(script.Parent.Promise)
local Promise = require(script.Parent.Parent.modules.Promise)
local HttpError = require(script.Parent.HttpError)
local HttpResponse = require(script.Parent.HttpResponse)