Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove fake code
Browse files Browse the repository at this point in the history
DavidGOrtega committed Jul 10, 2022
1 parent e569c3b commit f53673e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analytics.js
Original file line number Diff line number Diff line change
@@ -85,8 +85,6 @@ const userId = async () => {

if (ci === 'github') {
// TODO: GITHUB_ACTOR
const { name, login, id } = {};
rawId = `${name} ${login} ${id}`;
} else if (ci === 'gitlab') {
rawId = `${GITLAB_USER_NAME} ${GITLAB_USER_LOGIN} ${GITLAB_USER_ID}`;
} else if (ci === 'bitbucket') {

1 comment on commit f53673e

@github-actions

This comment was marked as off-topic.

Please sign in to comment.