Skip to content

Commit a7d300b

Browse files
Merge pull request #9 from TogetherCrew/linking-service
ci: test ci
2 parents 090eab8 + 29d71bd commit a7d300b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function bootstrap() {
4040

4141
await app.listen(port, () => {
4242
const logger = app.get(Logger)
43-
logger.log(`Server is running on port ${port}...`, 'NestApplication')
43+
logger.log(`Server is running on port ${port}..`, 'NestApplication')
4444
})
4545
}
4646

0 commit comments

Comments
 (0)