Skip to content

Commit

Permalink
PeopleRepo is not a type
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala committed Nov 29, 2024
1 parent e2812fb commit 400d791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-server/src/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { GroupId } from "./Domain/Group.js"
import type { PersonId } from "./Domain/Person.js"
import { Person, PersonNotFound } from "./Domain/Person.js"
import { policyRequire } from "./Domain/Policy.js"
import type { PeopleRepo } from "./People/Repo.js"
import { PeopleRepo } from "./People/Repo.js"
import { SqlLive } from "./Sql.js"

export class People extends Effect.Service<People>()("People", {
Expand Down

0 comments on commit 400d791

Please sign in to comment.