From 1df3ccd6ff6c78dcdddc01f59b3ce750622bc2d5 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Sun, 24 Nov 2024 11:02:38 +0100 Subject: [PATCH] ci: test semver releaser (#15) --- src/wire/stream/update-stream.command.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wire/stream/update-stream.command.ts b/src/wire/stream/update-stream.command.ts index 42c9747..3a316e2 100644 --- a/src/wire/stream/update-stream.command.ts +++ b/src/wire/stream/update-stream.command.ts @@ -1,4 +1,3 @@ - import { deserializeVoidResponse } from '../../client/client.utils.js'; import { wrapCommand } from '../command.utils.js'; import { serializeIdentifier, type Id } from '../identifier.utils.js';