Skip to content

Commit

Permalink
fix: don't pass tiemout while importing
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 5, 2024
1 parent ffcdcc0 commit 4144835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ash_hq/docs/resources/library/actions/import.ex
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ defmodule AshHq.Docs.Library.Actions.Import do
library.id,
version,
%{
timeout: :infinity,
extensions: result[:extensions],
doc: result[:doc],
guides: result[:guides],
modules: result[:modules],
mix_tasks: result[:mix_tasks]
}
},
timeout: :infinity
)

delete_except(library_version.id, library.id)
Expand Down

0 comments on commit 4144835

Please sign in to comment.