mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 15:49:50 +00:00
remove comment
This commit is contained in:
parent
4c6c88e410
commit
c7b4d1396b
@ -15,11 +15,9 @@ const dbQuestions = require('./utils/db-questions');
|
|||||||
const createProject = require('./create-project');
|
const createProject = require('./create-project');
|
||||||
|
|
||||||
module.exports = async scope => {
|
module.exports = async scope => {
|
||||||
|
|
||||||
if (!scope.useTypescript) {
|
if (!scope.useTypescript) {
|
||||||
// check how to handle track usage here
|
|
||||||
const language = await askAboutLanguages(scope);
|
const language = await askAboutLanguages(scope);
|
||||||
scope.useTypescript = language === "Typescript";
|
scope.useTypescript = language === 'Typescript';
|
||||||
}
|
}
|
||||||
|
|
||||||
await trackUsage({ event: 'didChooseCustomDatabase', scope });
|
await trackUsage({ event: 'didChooseCustomDatabase', scope });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user