Skip to content

Commit

Permalink
fix: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeerryy committed Sep 28, 2021
1 parent 424405e commit 07c528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sample/sample.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class SampleService {

hello() {
this.logger.debug(`sample service works`);
console.log('test');
console.log('test!!!');
return 'world';
}

Expand Down

0 comments on commit 07c528b

Please sign in to comment.