File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
components/dashboard/src/data Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import * as OrganizationClasses from "@gitpod/public-api/lib/gitpod/v1/organizat
21
21
import * as WorkspaceClasses from "@gitpod/public-api/lib/gitpod/v1/workspace_pb" ;
22
22
import * as PaginationClasses from "@gitpod/public-api/lib/gitpod/v1/pagination_pb" ;
23
23
import * as ConfigurationClasses from "@gitpod/public-api/lib/gitpod/v1/configuration_pb" ;
24
+ import * as AuthProviderClasses from "@gitpod/public-api/lib/gitpod/v1/authprovider_pb" ;
24
25
25
26
// This is used to version the cache
26
27
// If data we cache changes in a non-backwards compatible way, increment this version
@@ -143,6 +144,7 @@ function initializeMessages() {
143
144
...Object . values ( WorkspaceClasses ) ,
144
145
...Object . values ( PaginationClasses ) ,
145
146
...Object . values ( ConfigurationClasses ) ,
147
+ ...Object . values ( AuthProviderClasses ) ,
146
148
] ;
147
149
for ( const c of constr ) {
148
150
if ( ( c as any ) . prototype instanceof Message ) {
You can’t perform that action at this time.
0 commit comments