Skip to content

Commit

Permalink
use upsert ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Mar 6, 2024
1 parent 93924a2 commit df61068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/notion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export async function retrieveNotionConnectorPermissions({
expandable: true,
permission: "read",
dustDocumentId: `notion-database-${db.notionDatabaseId}`,
lastUpdatedAt: db.lastSeenTs.getTime(),
lastUpdatedAt: db.structuredDataUpsertedTs?.getTime() ?? null,
};
};

Expand Down

0 comments on commit df61068

Please sign in to comment.