From d658701e20c1e08dd65cdc4331c1e8734cd20b64 Mon Sep 17 00:00:00 2001 From: Garry Hill Date: Mon, 13 May 2024 10:45:31 +0000 Subject: [PATCH] [dialyzer] --- components/electric/lib/electric/postgres/migration.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/electric/lib/electric/postgres/migration.ex b/components/electric/lib/electric/postgres/migration.ex index cf53616bba..bc016c9bdd 100644 --- a/components/electric/lib/electric/postgres/migration.ex +++ b/components/electric/lib/electric/postgres/migration.ex @@ -50,7 +50,7 @@ defmodule Electric.Postgres.Migration do @doc false @spec to_ops([String.t()], SchemaLoader.Version.t()) :: - {Changes.Migration.Ops.t(), [Electric.Postgres.relation()]} + {Changes.Migration.ops(), [Electric.Postgres.relation()]} def to_ops(stmts, schema_version) do ops = {Changes.Migration.empty_ops(), MapSet.new()}