Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Implement the proposed fix from issue #1290 #1290 Without this change, if strict type checking is enabled, usages of a `@unmanaged()` decorator cause the following error: ``` Argument of type 'undefined' is not assignable to parameter of type 'string'. ``` * Empty commit to nudge CI
- Loading branch information