Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Mar 26, 2023
1 parent 2d896ab commit f883694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/store/src/-private/store-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,6 @@ class Store {
// TODO @runspired @deprecate records should implement their own serialization if desired
serializeRecord(record: RecordInstance, options?: Dict<unknown>): unknown {
// TODO we used to check if the record was destroyed here
debugger;
if (HAS_COMPAT_PACKAGE) {
if (!this._fetchManager) {
const FetchManager = (
Expand Down

0 comments on commit f883694

Please sign in to comment.