Skip to content

Commit

Permalink
fix: add default tag for builtin cloud functions
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jul 15, 2021
1 parent d52038b commit fdf297b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ async function createBuiltinFunctions() {
const data = {
...func,
status: 1,
tags: ['内置'],
created_at: Date.now(),
updated_at: Date.now()
}
Expand Down

0 comments on commit fdf297b

Please sign in to comment.