We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed555d2 commit 8cd7c35Copy full SHA for 8cd7c35
front/test/support/fake_clients/service_account.ex
@@ -210,7 +210,7 @@ defmodule Support.FakeClients.ServiceAccount do
210
defp generate_page_token([]), do: nil
211
defp generate_page_token(accounts), do: List.last(accounts).id
212
213
- defp now_proto_timestamp() do
+ defp now_proto_timestamp do
214
seconds = DateTime.utc_now() |> DateTime.to_unix()
215
Google.Protobuf.Timestamp.new(seconds: seconds)
216
end
0 commit comments