Skip to content

Commit fe90d41

Browse files
Delete redundant question mark
1 parent 952cf7b commit fe90d41

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)