Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CICD test
Browse files Browse the repository at this point in the history
SeongHyeon0409 committed Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d73d5f0 commit cc4eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/app.service.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello CDCD!!!@!!!!';
return 'Hello CDCD!!!@!1!!!';
}
}

0 comments on commit cc4eb12

Please sign in to comment.