1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
This commit is contained in:
Adria Navarro 2024-04-26 12:26:01 +02:00
parent 1aad2ee6d2
commit a422ae43b2

View file

@ -1,7 +1,7 @@
import { BBReferenceFieldSubTypeieldSubType } from "@budibase/types"
import { BBReferenceFieldSubType } from "@budibase/types"
export class InvalidBBRefError extends Error {
constructor(id: string, subtype: BBReferenceFieldSubTypeieldSubType) {
constructor(id: string, subtype: BBReferenceFieldSubType) {
super(`Id "${id}" is not valid for the subtype "${subtype}"`)
}
}