Remove unncessary nullcheck

This commit is contained in:
Sathya Gunasekaran
2023-11-08 16:09:18 +00:00
parent 521f056875
commit 0beeb1e7ad
@@ -334,7 +334,7 @@ export class Environment {
returnValueKind: hook.valueKind,
calleeEffect: Effect.Read,
hookKind: "Custom",
noAlias: hook.noAlias ?? false,
noAlias: hook.noAlias,
})
);
}