Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
Summary: These errors slipped by CI

Reviewed By: sggutier

Differential Revision: D65851842

fbshipit-source-id: 1d767ed55086d239169a4be79ee4a36f4f52c8c8
  • Loading branch information
evangrayk authored and facebook-github-bot committed Nov 13, 2024
1 parent d8f110f commit ba85cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/isl/src/operations/CommitBaseOperation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/

import type {CommandArg, RepoRelativePath} from '../types';

import {Operation} from './Operation';

export class CommitBaseOperation extends Operation {
Expand Down
2 changes: 1 addition & 1 deletion addons/isl/src/operations/CommitOperation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import {t} from '../i18n';
import {readAtom} from '../jotaiUtils';
import {uncommittedChangesWithPreviews} from '../previews';
import {authorString} from '../serverAPIState';
import {Operation} from './Operation';
import {CommitBaseOperation} from './CommitBaseOperation';
import {Operation} from './Operation';

export class CommitOperation extends CommitBaseOperation {
private beforeCommitDate: Date;
Expand Down

0 comments on commit ba85cef

Please sign in to comment.