Skip to content

Commit bae0c01

Browse files
Update to __safetyBrand from __brand
1 parent b8ec4ce commit bae0c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/tsHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,5 @@ export type UnknownIfNonSpecific<T> = {} extends T ? unknown : T
213213
* @see https://github.com/reduxjs/redux-toolkit/issues/4101
214214
*/
215215
export type SafePromise<T> = Promise<T> & {
216-
__brand: 'SafePromise'
216+
__safetyBrand: 'SafePromise'
217217
}

0 commit comments

Comments
 (0)