Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Nov 4, 2023
1 parent c6111e7 commit 4c47b82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
45 changes: 0 additions & 45 deletions .github/swift.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Sources/App/Models/Organization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ final class Organization: Model, Content {
@OptionalField(key: "api_key")
var apiKey: String?

@Children(for: \.$organization)
var unsubscribedLeads: [UnsubscribedLeads]

@Siblings(through: ProfileOrganizationRole.self, from: \.$organization, to: \.$profile)
public var profiles: [Profile]

Expand Down

0 comments on commit 4c47b82

Please sign in to comment.