From e95825146131bc6199cbfb916243bbe083ea65be Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Thu, 19 Jan 2023 16:07:49 -0700 Subject: [PATCH] Fix spelling mistake in comment for linter... --- relayapi/storage/shared/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayapi/storage/shared/storage.go b/relayapi/storage/shared/storage.go index 03f9317dd..0993707bf 100644 --- a/relayapi/storage/shared/storage.go +++ b/relayapi/storage/shared/storage.go @@ -106,7 +106,7 @@ func (d *Database) CleanTransactions( // So for multiple destinations we would call send_relay multiple times and have multiple // json entries of the same transaction. // - // TLDR; this works as expected right now but can easily be optimized in the future. + // TLDR; this works as expected right now but can easily be optimised in the future. deleteJSONErr := d.RelayQueueJSON.DeleteQueueJSON(ctx, txn, nids) if deleteEntryErr != nil {