From cae3f8f5f9293429fb95988f576707559287eec2 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 25 Feb 2024 08:55:23 +1100 Subject: [PATCH] Remove create command from podcast repo in main --- slices/main/repos/podcast_scrobble_repo.rb | 2 -- 1 file changed, 2 deletions(-) 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)