Skip to content

Commit

Permalink
Merge branch 'main' into miho-prisma-5
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 22, 2024
2 parents 7ddd6a7 + 6ca8446 commit 046e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/versioned_docs/version-0.14.0/data-model/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Entity types are available everywhere, including the client code:
```ts
import { Task } from "wasp/entities"

export function ExamplePage() {}
export function ExamplePage() {
const task: Task = {
id: 123,
description: "Some random task",
Expand Down

0 comments on commit 046e6af

Please sign in to comment.