Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Jul 21, 2024
1 parent c914300 commit 06e6817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions connectors/src/connectors/microsoft/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class MicrosoftConnectorManager extends BaseConnectorManager<null> {
}

async sync({
// eslint-disable-next-line @typescript-eslint/no-unused-vars
fromTs,
}: {
fromTs: number | null;
Expand Down
3 changes: 0 additions & 3 deletions connectors/src/connectors/microsoft/temporal/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,3 @@ async function updateParentsField({
parents,
});
}
function isDriveItemAlreadySeen(arg0: {}): unknown {
throw new Error("Function not implemented.");
}

0 comments on commit 06e6817

Please sign in to comment.