mix check
This commit is contained in:
parent
8750b76d63
commit
7a3f056c51
2 changed files with 3 additions and 3 deletions
|
|
@ -31,8 +31,8 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileController do
|
|||
Profiles.change_media_profile(%MediaProfile{
|
||||
cs_struct
|
||||
| id: nil,
|
||||
name: nil,
|
||||
marked_for_deletion_at: nil
|
||||
name: nil,
|
||||
marked_for_deletion_at: nil
|
||||
})
|
||||
)
|
||||
end
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ defmodule PinchflatWeb.Sources.SourceController do
|
|||
collection_id: nil,
|
||||
collection_type: nil,
|
||||
original_url: nil,
|
||||
marked_for_deletion_at: nil,
|
||||
marked_for_deletion_at: nil
|
||||
})
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue