Skip to content

Commit

Permalink
Update ApiService.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
ethndotsh authored Sep 13, 2024
1 parent 3d8a4d1 commit f4ed5b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/Services/ApiService.luau
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ function ApiService._QueryServerStartAsync(self: ApiService)
self:PostAsync(string.format(ApiPaths.ServerEnd, self.ProjectId), {
serverId = self.JobId,
})

task.wait(3)
end)
end)
end
Expand Down

0 comments on commit f4ed5b4

Please sign in to comment.