Skip to content

Commit bf05fc0

Browse files
authored
Merge pull request #524 from appwrite/feat-change-default-functionID
Change default Function ID to unique()
2 parents 1a67d9d + 3cc05e8 commit bf05fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const questionsInitFunction = [
160160
type: "input",
161161
name: "id",
162162
message: "What ID would you like to have for your function?",
163-
default: "myAwesomeFunction"
163+
default: "unique()"
164164
},
165165
{
166166
type: "list",

0 commit comments

Comments
 (0)