Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Aug 8, 2024
2 parents b9c0285 + 36d1d8b commit 6ca8446
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 6ca8446

Please sign in to comment.