From 39832084c17a4381685fd2ae3baea9fbd3d4d69f Mon Sep 17 00:00:00 2001 From: Henry Perschk Date: Thu, 21 Sep 2023 19:04:25 +0200 Subject: [PATCH] fix: broken pull_requests.json --- tap_github/schemas/pull_requests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_github/schemas/pull_requests.json b/tap_github/schemas/pull_requests.json index 2f7c214..c299333 100644 --- a/tap_github/schemas/pull_requests.json +++ b/tap_github/schemas/pull_requests.json @@ -93,7 +93,7 @@ } }, "merge_commit_sha": { - "type": ["null", "string"], + "type": ["null", "string"] }, "merged_at": { "type": ["null", "string"],