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{
|
Profiles.change_media_profile(%MediaProfile{
|
||||||
cs_struct
|
cs_struct
|
||||||
| id: nil,
|
| id: nil,
|
||||||
name: nil,
|
name: nil,
|
||||||
marked_for_deletion_at: nil
|
marked_for_deletion_at: nil
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ defmodule PinchflatWeb.Sources.SourceController do
|
||||||
collection_id: nil,
|
collection_id: nil,
|
||||||
collection_type: nil,
|
collection_type: nil,
|
||||||
original_url: nil,
|
original_url: nil,
|
||||||
marked_for_deletion_at: nil,
|
marked_for_deletion_at: nil
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue