Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions demo/pkg/subgraphs/projects/cmd/service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ func main() {
)

// Register the service
projects.RegisterProjectsServiceServer(s, &service.ProjectsService{
NextID: 1,
})
projects.RegisterProjectsServiceServer(s, &service.ProjectsService{})

// Create a context that will be canceled on OS signals
ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
Expand Down
Loading
Loading