Skip to content

Commit e354e9c

Browse files
committed
fix: fix team tables
1 parent f70eff9 commit e354e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudql/github/table_github_repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func sharedRepositoryColumns() []*plugin.Column {
102102
},
103103
{
104104
Name: "owner_login",
105-
Type: proto.ColumnType_JSON,
105+
Type: proto.ColumnType_STRING,
106106
Transform: transform.FromField("Description.Owner.Login"),
107107
Description: "Owner login.",
108108
},

0 commit comments

Comments
 (0)