Skip to content

Commit

Permalink
queries: remove typo (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 authored Sep 8, 2023
1 parent 9653dff commit 2143bb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/queries/orgs/stars/organizations/template.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ WITH repos AS (
)
SELECT
TRIM(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(gu.organization, ',', ''), '-', ''), '@', ''), 'www.', ''), 'inc', ''), '.com', ''), '.cn', ''), '.', '')) AS organization_name,
CASE WHEN
COUNT(DISTINCT actor_login) AS stars
FROM github_events ge
JOIN github_users gu ON ge.actor_login = gu.login
Expand Down

0 comments on commit 2143bb1

Please sign in to comment.