Skip to content

Commit

Permalink
update gateway tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psubram3 committed Nov 22, 2024
1 parent cf1dfe9 commit 06b0415
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 145 deletions.
2 changes: 1 addition & 1 deletion src/packages/external-source/external-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const refreshLimiter = rateLimit({
windowMs: 15 * 60 * 1000, // 15 minutes
});

function updateSchemaWithDefs(defs: { event_types: any, source_type: any }) {//: Ajv.ValidateFunction | undefined {
export function updateSchemaWithDefs(defs: { event_types: any, source_type: any }) {//: Ajv.ValidateFunction | undefined {
// build if statement
const ifThenElse: { [key: string]: any } = {

Expand Down
Loading

0 comments on commit 06b0415

Please sign in to comment.