Skip to content

Commit

Permalink
stop prompting for Twitter handle in generate script
Browse files Browse the repository at this point in the history
Liftie is not using it any more
  • Loading branch information
pirxpilot committed Oct 10, 2023
1 parent 7450eb6 commit eafde2e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/cli/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ var schema = [
type: 'string',
default: ''
},
{
name: 'twitter',
description: 'Twitter handle (without @) [acme]',
type: 'string'
},
{
name: 'coordinates',
description: 'Resort location [longitude, latitude]',
Expand Down Expand Up @@ -107,9 +102,6 @@ function generate(resort) {
tags: resort.tags,
ll: resort.coordinates
};
if (resort.twitter) {
json.twitter = resort.twitter;
}
if (resort.opening) {
json.opening = resort.opening;
}
Expand Down

0 comments on commit eafde2e

Please sign in to comment.