mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Fix type errors (no-changelog) (#9571)
This commit is contained in:
@@ -91,4 +91,4 @@ export function rightDiff<T1, T2>(
|
||||
* Can be used to make sure the type is exhausted
|
||||
* in switch statements or if/else chains.
|
||||
*/
|
||||
export const assertNever = (value: never) => {};
|
||||
export const assertNever = (_value: never) => {};
|
||||
|
||||
Reference in New Issue
Block a user