update aqua deploy to config-path from data-path

This commit is contained in:
boneyard93501
2022-04-28 09:40:54 +02:00
parent eb9e6df35c
commit abf573ee00
12 changed files with 17 additions and 18 deletions

View File

@ -126,7 +126,7 @@ export const useRemoveService = () => {
if (!isConnected || serviceId === null) {
return;
}
await remove_service(relay!, serviceId, {
ttl: 10000,
});