style: fix typo comment

pull/13/head
moonrailgun
parent d8023b9680
commit 2ad253d538

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

Loading…
Cancel
Save