Skip to content

Commit

Permalink
testing webhook gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
starheim98 committed Nov 7, 2024
1 parent 29c2969 commit 8e87f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class AirTableProvider(

return when (val responseStatus = airtableClient.refreshWebhook(baseId, webhookId)) {
HttpURLConnection.HTTP_OK -> {
logger.info("Successfully refreshed webhook $webhookId")
logger.info("Successfully refreshed webhook $webhookId for table $tableId" )
true
}
else -> {
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ airTable:
accessToken: $AIRTABLE_ACCESS_TOKEN
baseId: "appsIiBWlCCSsMmRB"
tableId: "tbl4pNqNp2wLyI6iv"
webhookId: ""
webhookId: "achrc44Vcn9uefT0f"
webhookSecret: "$DRIFTSKONTINUITET_WEBHOOK_SECRET"

microsoftGraph:
Expand Down

0 comments on commit 8e87f26

Please sign in to comment.