diff --git a/slices/main/repos/podcast_scrobble_repo.rb b/slices/main/repos/podcast_scrobble_repo.rb index 81fe75d..58c98f3 100644 --- a/slices/main/repos/podcast_scrobble_repo.rb +++ b/slices/main/repos/podcast_scrobble_repo.rb @@ -1,8 +1,6 @@ module Main module Repos class PodcastScrobbleRepo < Adamantium::Repo[:podcast_scrobbles] - commands :create - def exists?(id:) !!podcast_scrobbles .where(overcast_id: id)