Skip to content

Commit 734a283

Browse files
yefremovtimdorr
authored andcommitted
Remove Symbol() from real-world example (#2224)
1 parent 72b35fd commit 734a283

File tree

1 file changed

+1
-1
lines changed
  • examples/real-world/src/middleware

1 file changed

+1
-1
lines changed

examples/real-world/src/middleware/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const Schemas = {
7373
}
7474

7575
// Action key that carries API call info interpreted by this Redux middleware.
76-
export const CALL_API = Symbol('Call API')
76+
export const CALL_API = 'Call API'
7777

7878
// A Redux middleware that interprets actions with CALL_API info specified.
7979
// Performs the call and promises when such actions are dispatched.

0 commit comments

Comments
 (0)