Skip to content

Commit e9a95b0

Browse files
committed
fix: update default function description
1 parent fcb1d8d commit e9a95b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CONFIGS = {
88
timeout: 3,
99
memorySize: 128,
1010
namespace: 'default',
11-
description: 'This is a function created by serverless component'
11+
description: 'Created by Serverless Component'
1212
}
1313

1414
module.exports = CONFIGS

0 commit comments

Comments
 (0)