mirror of
https://github.com/koush/scrypted.git
synced 2026-05-06 06:00:29 +01:00
Fix strictNullChecks in utility modules: - rpc.ts: make onProxySerialization optional (used with ?.), add definite assignment for killedDeferred - state.ts: cast catch block error to Error - level.ts: add definite assignment for curId - threading.ts: cast catch block errors to Error - http-interfaces.ts: cast catch block error to Error - plugin-http.ts: cast catch block errors to Error, fix abstract method return type - usertoken.ts: make aclId optional in UserToken constructor