make comment language more polite

This commit is contained in:
2023-08-12 14:55:38 -06:00
parent f054744bbc
commit dac533f136
+2 -2
View File
@@ -361,13 +361,13 @@ bi_address_reply
// so we make the "object" in the "current" field
// this is so dumb but
let current_obj = {};
// @ts-ignore shut the fuck up i know this is stupid
// @ts-ignore shut up tsc i know this is stupid it's not my fault
current_obj[current_pubkey_str] = {};
// make the object in the "connected" field
let connected_obj = {};
for (let this_pubkey_str of other_pubkey_strs) {
// @ts-ignore shut the fuck up i know this is stupid
// @ts-ignore shut up tsc i know this is stupid it's not my fault
connected_obj[this_pubkey_str] = {};
}