Skip to content

Commit e22b239

Browse files
committed
chore(api): update TODO comment format for development environment
1 parent 7ca5776 commit e22b239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/services/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AppModule } from './app.module';
99
async function bootstrap() {
1010
const app = await NestFactory.create(AppModule);
1111

12-
// TODO: Use on development environment only
12+
// TODO Use on development environment only
1313
const config = new DocumentBuilder()
1414
.setTitle(AppName)
1515
.setDescription(`The ${AppName} API`)

0 commit comments

Comments
 (0)