Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Mar 4, 2025
1 parent 9cd6071 commit 594c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/gong/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function gongSaveTimestampCursorActivity(
) {
const connector = await ConnectorResource.fetchById(connectorId);
if (!connector) {
throw new Error("[Zendesk] Connector not found.");
throw new Error("[Gong] Connector not found.");
}

// Initializing the timestamp cursor if it does not exist (initial sync), updating it otherwise.
Expand Down

0 comments on commit 594c44b

Please sign in to comment.