Remove create command from podcast repo in main

This commit is contained in:
2024-02-25 08:55:23 +11:00
parent dbb73dc430
commit cae3f8f5f9

View File

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