Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:slsAuto projectName exceeding 63 reports an error #44

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

mozhou52
Copy link
Collaborator

fix:slsAuto projectName exceeding 63 reports an error

@mozhou52 mozhou52 requested a review from rsonghuster January 22, 2025 03:41
@@ -32,9 +32,13 @@ export default class Sls {
}

async deploy(): Promise<{ project: string; logstore: string }> {
const project = Sls.generateProjectName(this.region, this.accountID);
let project = Sls.generateProjectName(this.region, this.accountID);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么不实现到 generateProjectName 这个函数中呢

@rsonghuster rsonghuster merged commit 903311a into master Jan 22, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants