Skip to content

Commit 538a46c

Browse files
authored
doc(readme): fix example
1 parent d4b3150 commit 538a46c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ import { AppController } from './app.controller';
4141
imports: [
4242
GraphileWorkerModule.forRoot({
4343
connectionString: 'postgres://example:password@postgres/example',
44-
taskList: {
45-
hello: helloTask,
46-
},
4744
}),
4845
],
4946
controllers: [AppController],

0 commit comments

Comments
 (0)