Skip to content

Commit f0d4182

Browse files
committed
update @type
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
1 parent b25c650 commit f0d4182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/node/configs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export const addConfigBuilder = async function (argv, ctx, task) {
235235
}
236236

237237
export const logsConfigBuilder = function (argv, ctx, task) {
238-
/** @type {{namespace: string, nodeAliases: NodeAliases}} */
238+
/** @type {{namespace: string, nodeAliases: NodeAliases, nodeAliasesUnparsed: string}} */
239239
const config = {
240240
namespace: this.configManager.getFlag(flags.namespace),
241241
nodeAliases: helpers.parseNodeAliases(this.configManager.getFlag(flags.nodeAliasesUnparsed)),

0 commit comments

Comments
 (0)