style: fix typo comment

pull/13/head
moonrailgun 3 years ago
parent d8023b9680
commit 2ad253d538

@ -7,7 +7,7 @@ import { queryClient } from './';
* TODO: , any, 使ok
*
* @example
* const queryData = buildCachedRequest('key')((arg1, arg2) => {
* const queryData = buildCachedRequest('key', (arg1, arg2) => {
* return request.post(...)
* })
*/

Loading…
Cancel
Save