From f1bb83c0365e1ecb3dbbf9391a49f9a36eff1b63 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 17 Jun 2026 22:53:56 +0400 Subject: [PATCH] Fix compilation --- library/storage_thread_requests/requests/node_debug_request.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/storage_thread_requests/requests/node_debug_request.nim b/library/storage_thread_requests/requests/node_debug_request.nim index 7ccb092f..2c2808a2 100644 --- a/library/storage_thread_requests/requests/node_debug_request.nim +++ b/library/storage_thread_requests/requests/node_debug_request.nim @@ -59,7 +59,7 @@ proc getDebug( let json = %*{ "id": $node.switch.peerInfo.peerId, "addrs": node.switch.peerInfo.addrs.mapIt($it), - "repo": $storage[].config.dataDir, + "repo": storage[].config.dataDir.string, "spr": nodeSpr.toURI, "announceAddresses": node.discovery.announceAddrs, "dhtAddresses": node.discovery.dhtAddrs,