Skip to content

Commit b36f283

Browse files
committed
fix: Build
1 parent 5168a31 commit b36f283

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/grpc/plugin.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@ export class PluginServer extends pluginV3.cloudquery.plugin.v3.UnimplementedPlu
159159
});
160160
}
161161

162+
Transform(
163+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
164+
call: grpc.ServerDuplexStream<
165+
pluginV3.cloudquery.plugin.v3.Transform.Request,
166+
pluginV3.cloudquery.plugin.v3.Transform.Response
167+
>,
168+
): void {
169+
throw new Error('Method not implemented.');
170+
}
171+
162172
TestConnection(
163173
call: grpc.ServerUnaryCall<
164174
pluginV3.cloudquery.plugin.v3.TestConnection.Request,

0 commit comments

Comments
 (0)