Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit ddf5122

Browse files
committed
1.0.9
1 parent 27430ed commit ddf5122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ardk",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "dist/ardk.js",
55
"repository": "https://github.com/textury/ardk.git",
66
"author": "Cedrik <cedrik.git@tryninja.io>",

src/lib/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default class Transactions {
134134
});
135135

136136
return res.data.data.transactions.edges.map((e) => e.node.id);
137-
} catch { }
137+
} catch {}
138138

139139
return [];
140140
}

0 commit comments

Comments
 (0)