Skip to content

Commit

Permalink
feat: update resource type list
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 20, 2024
1 parent 3ffe97a commit 7e912b7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var TablesToResourceTypes = map[string]string{
"github_tag": "Github/Tag",
"github_team": "Github/Team",
"github_team_member": "Github/Team/Member",
"github_team_repository": "Github/Team/Repository",
"github_tree": "Github/Tree",
"github_user": "Github/User",
"github_workflow": "Github/Workflow",
Expand Down Expand Up @@ -70,7 +69,6 @@ var ResourceTypesList = []string{
"Github/Tag",
"Github/Team",
"Github/Team/Member",
"Github/Team/Repository",
"Github/Tree",
"Github/User",
"Github/Workflow",
Expand Down

0 comments on commit 7e912b7

Please sign in to comment.