We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de55a18 + 0f176a6 commit 2ddc163Copy full SHA for 2ddc163
1 file changed
src/pages/api/createPoints.ts
@@ -1,7 +1,7 @@
1
import { type NextApiRequest, type NextApiResponse } from 'next'
2
import { contextWriter, writer } from '@/utils/context'
3
import type { ModelInstanceDocument } from '@composedb/types'
4
-import { PointsContent, type AggregationContent } from '@/utils/types'
+import { type PointsContent, type AggregationContent } from '@/utils/types'
5
6
interface Request extends NextApiRequest {
7
body: {
0 commit comments