We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9ea71 commit cfb4b2aCopy full SHA for cfb4b2a
src/Features/Cleanup/Janitor.lua
@@ -16,7 +16,7 @@ end
16
function Janitor.new(janitorName: string?)
17
local self = setmetatable({}, Janitor)
18
self._tasks = {}
19
- self.context = RunService:IsServer() == true and "Server" or "Client"
+ self.context = RunService:IsServer() and "Server" or "Client"
20
self.name = janitorName
21
22
local janitors = getJanitors()
0 commit comments