Skip to content

Commit

Permalink
clean com
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Jul 21, 2024
1 parent 0c1f812 commit b35645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/src/connectors/microsoft/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,11 @@ export async function syncDeltaForNode({
? null
: getParentReferenceInternalId(driveItem.parentReference);

// check if we
await resource.update({
parentInternalId,
lastSeenTs: new Date(),
});

if (isMoved) {
await updateDescendantsParentsInQdrant({
dataSourceConfig,
Expand Down

0 comments on commit b35645a

Please sign in to comment.