Skip to content

Commit 2986df8

Browse files
committed
fix: Build
1 parent 5168a31 commit 2986df8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/grpc/plugin.ts

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

162+
Transform(
163+
_call: grpc.ServerDuplexStream<
164+
pluginV3.cloudquery.plugin.v3.Transform.Request,
165+
pluginV3.cloudquery.plugin.v3.Transform.Response
166+
>,
167+
): void {
168+
throw new Error('Method not implemented.');
169+
}
170+
162171
TestConnection(
163172
call: grpc.ServerUnaryCall<
164173
pluginV3.cloudquery.plugin.v3.TestConnection.Request,

0 commit comments

Comments
 (0)