@go-avro/avro-js 0.0.2-beta.112 → 0.0.2-beta.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,9 +148,6 @@ AvroQueryClient.prototype.useSyncBillToIntuit = function () {
148
148
  onMutate: async ({ billId }) => {
149
149
  await queryClient.cancelQueries({ queryKey: ['bill', billId] });
150
150
  const previousBill = queryClient.getQueryData(['bill', billId]);
151
- if (previousBill) {
152
- previousBill.intuit_id = "syncing";
153
- }
154
151
  return { previousBill };
155
152
  },
156
153
  onError: (_err, variables, context) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-avro/avro-js",
3
- "version": "0.0.2-beta.112",
3
+ "version": "0.0.2-beta.113",
4
4
  "description": "JS client for Avro backend integration.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",