We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b3150 commit 538a46cCopy full SHA for 538a46c
README.md
@@ -41,9 +41,6 @@ import { AppController } from './app.controller';
41
imports: [
42
GraphileWorkerModule.forRoot({
43
connectionString: 'postgres://example:password@postgres/example',
44
- taskList: {
45
- hello: helloTask,
46
- },
47
}),
48
],
49
controllers: [AppController],
0 commit comments