Skip to content

Commit 2dbcc1d

Browse files
Merge pull request #2435 from GrapeoffJS/patch-1
Delete redundant question mark
2 parents 952cf7b + fe90d41 commit 2dbcc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ import { Connection } from './connection.provider';
207207
providers: [Connection],
208208
})
209209
export class DatabaseModule {
210-
static forRoot(entities = [], options?) {
210+
static forRoot(entities = [], options) {
211211
const providers = createDatabaseProviders(options, entities);
212212
return {
213213
module: DatabaseModule,

0 commit comments

Comments
 (0)