From 532767c037707a80a70b6e6eb8aa7ef4474eaae0 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:03:17 -0400 Subject: [PATCH] fix: lint --- proto/xmtpv4/message_api/message_api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/xmtpv4/message_api/message_api.proto b/proto/xmtpv4/message_api/message_api.proto index 7047598..2132a60 100644 --- a/proto/xmtpv4/message_api/message_api.proto +++ b/proto/xmtpv4/message_api/message_api.proto @@ -168,7 +168,7 @@ service ReplicationApi { body: "*" }; } - + // Get inbox ids rpc GetInboxIds(GetInboxIdsRequest) returns (GetInboxIdsResponse) { option (google.api.http) = { post: "/mls/v2/get-inbox-ids"