Skip to content

Commit 6e5d225

Browse files
committed
fixup
1 parent 24eb671 commit 6e5d225

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/public-api/typescript-common/src/public-api-converter.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* See License.AGPL.txt in the project root for license information.
66
*/
77

8-
import { toPlainMessage } from "@bufbuild/protobuf";
8+
import { toPlainMessage, Duration } from "@bufbuild/protobuf";
99
import { expect } from "chai";
1010
import { PublicAPIConverter } from "./public-api-converter";
1111
import { ApplicationError, ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";

components/public-api/typescript-common/src/public-api-converter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* See License.AGPL.txt in the project root for license information.
55
*/
66

7-
import { Timestamp, toPlainMessage, PartialMessage } from "@bufbuild/protobuf";
8-
import { Duration } from "@bufbuild/protobuf";
7+
import { Timestamp, toPlainMessage, PartialMessage, Duration } from "@bufbuild/protobuf";
98
import { Code, ConnectError } from "@connectrpc/connect";
109
import {
1110
FailedPreconditionDetails,

0 commit comments

Comments
 (0)