From dded1710579da1d57591dcd569442ac804c0414b Mon Sep 17 00:00:00 2001 From: nezuo Date: Tue, 24 Oct 2023 15:43:47 -0700 Subject: [PATCH] Fix defaultuserIds type --- src/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.lua b/src/init.lua index 9f963d6..d84d4f2 100644 --- a/src/init.lua +++ b/src/init.lua @@ -25,7 +25,7 @@ export type CollectionOptions = { } export type Collection = { - load: (self: Collection, key: string, defaultUserIds: { number }) -> PromiseTypes.TypedPromise>, + load: (self: Collection, key: string, defaultUserIds: { number }?) -> PromiseTypes.TypedPromise>, } export type Document = {