Skip to content

Commit

Permalink
fix: 'config is not defined' lint error - forgot to commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Marks committed Jul 31, 2024
1 parent b62461d commit 439cb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sapphire/lib/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ local function constructor(): sapphire
return self -- Doesn't throw, an extension can register an extension
end

task.spawn(extension.extension, self, config :: any)
task.spawn(extension.extension, self)

for method, registrant in self._extra_methods do
if not extension[method] then
Expand Down

0 comments on commit 439cb6b

Please sign in to comment.