Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fahreddinozcan committed Apr 5, 2024
1 parent 44e5fd6 commit cd6ac92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/commands/client/upsert/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { afterAll, describe, expect, test } from "bun:test";
import { UpsertCommand, FetchCommand } from "@commands/index";
import { FetchCommand, UpsertCommand } from "@commands/index";
import { newHttpClient, resetIndexes } from "@utils/test-utils";

const client = newHttpClient();
Expand Down Expand Up @@ -108,5 +108,5 @@ describe("UPSERT", () => {
expect(resFetch[0]?.metadata).toEqual({ data: "testing data" });

expect(resUpsert).toEqual("Success");
})
});
});
2 changes: 0 additions & 2 deletions src/commands/client/upsert/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export class UpsertCommand<TMetadata> extends Command<string> {
}
}



super(payload, endpoint);
}
}

0 comments on commit cd6ac92

Please sign in to comment.