Fix broken findByCfTunnelId method - property doesn't exist on Tunnel entity
This commit is contained in:
parent
927ce563c5
commit
6c496c8c27
@ -9,5 +9,4 @@ import java.util.UUID;
|
||||
|
||||
@Repository
|
||||
public interface TunnelRepository extends JpaRepository<Tunnel, UUID> {
|
||||
Optional<Tunnel> findByCfTunnelId(UUID cfTunnelId);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user