Skip to content

Commit eef4a0a

Browse files
committedNov 24, 2021
Fix[2]
1 parent d9469af commit eef4a0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎src/Functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Promise = require(script.Parent.Parent.Packages.Promise)
1+
local Promise = require(script.Parent.Parent.Promise)
22
local _config = require(script.Parent._config)
33
local HttpService = game:GetService("HttpService")
44

‎src/Objects.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Promise = require(script.Parent.Parent.Packages.Promise)
1+
local Promise = require(script.Parent.Parent.Promise)
22
local _config = require(script.Parent._config)
33
local HttpService = game:GetService("HttpService")
44

‎src/Query.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local Promise = require(script.Parent.Parent.Packages.Promise)
1+
local Promise = require(script.Parent.Parent.Promise)
22
local _config = require(script.Parent._config)
33
local HttpService = game:GetService("HttpService")
44

‎wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thenerdie/rbx-parse-server"
3-
version = "0.1.1"
3+
version = "0.1.3"
44
registry = "https://github.com/UpliftGames/wally-index"
55
realm = "shared"
66

0 commit comments

Comments
 (0)
Please sign in to comment.