2
0
Yuki Takei 3 жил өмнө
parent
commit
a493f90d10

+ 1 - 0
packages/remark-lsx/src/stores/lsx/lsx.ts

@@ -17,6 +17,7 @@ export const useSWRxLsx = (pagePath: string, options?: Record<string, string|und
     ['/_api/lsx', pagePath, options, isImmutable],
     async([endpoint, pagePath, options]) => {
       try {
+        // parse num option
         const offsetAndLimit = options?.num != null
           ? parseNumOption(options.num)
           : null;