mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Remove assign init
This doesn't seem to be needed
This commit is contained in:
parent
f6ee9df4fa
commit
25df662582
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ defmodule LiveSvelte do
|
|||
|
||||
assigns =
|
||||
assigns
|
||||
|> assign(:init, init)
|
||||
|> assign(:slots, slots)
|
||||
|> assign(:ssr_render, ssr_code)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue