mix check

This commit is contained in:
duong 2024-11-20 18:04:33 +00:00
parent 8750b76d63
commit 7a3f056c51
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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