Skip to content

Commit

Permalink
👌 IMPROVE: Messaging order
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 4, 2021
1 parent 03af1ff commit 78df6ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/contributions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ const checkYouTube = require('youtube-url');
const { green: g, red: r, yellow: y, dim: d } = require('chalk');

module.exports = async () => {
const client = await auth();

alert({
type: 'info',
name: `CONTRIBUTIONS`,
msg: `Help us understand the community contributions you have made over the past 12 months. This will provide a basis for your public profile, too.`
});

const client = await auth();
const type = await select({
message: `TYPE`,
choices: [
Expand Down
1 change: 1 addition & 0 deletions utils/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const config = new Conf();
const { dim } = require('chalk');

module.exports = async () => {
config.delete('GitHubStarsContributionsToken');
let token = config.get('GitHubStarsContributionsToken');

if (!token) {
Expand Down

0 comments on commit 78df6ae

Please sign in to comment.