mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
don't allow deleting config managed domains
This commit is contained in:
parent
ffe8593a07
commit
83a4677026
5 changed files with 40 additions and 21 deletions
|
@ -42,6 +42,7 @@ async function queryDomains(orgId: string, limit: number, offset: number) {
|
|||
type: domains.type,
|
||||
failed: domains.failed,
|
||||
tries: domains.tries,
|
||||
configManaged: domains.configManaged
|
||||
})
|
||||
.from(orgDomains)
|
||||
.where(eq(orgDomains.orgId, orgId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue