Skip to content

Commit 2ddc163

Browse files
authored
Merge pull request #3 from ceramicstudio/mzk/schema-rename
Quick type fix
2 parents de55a18 + 0f176a6 commit 2ddc163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/api/createPoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type NextApiRequest, type NextApiResponse } from 'next'
22
import { contextWriter, writer } from '@/utils/context'
33
import type { ModelInstanceDocument } from '@composedb/types'
4-
import { PointsContent, type AggregationContent } from '@/utils/types'
4+
import { type PointsContent, type AggregationContent } from '@/utils/types'
55

66
interface Request extends NextApiRequest {
77
body: {

0 commit comments

Comments
 (0)