You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reviewing the documentation, I noticed some variables (src/data/books.ts) and pipes (ParseJsonPipe, DerpPipe, ImplodePipe) that do not seem to be used anywhere in the code. Please review and remove these files if they are unused.
Also, in general, please remove any other unused code that you can find, including commented-out lines that no longer serve a purpose, e.g.
// let oldcode = true ? 'this is unnecessary' : 'test';
The text was updated successfully, but these errors were encountered:
In reviewing the documentation, I noticed some variables (
src/data/books.ts
) and pipes (ParseJsonPipe, DerpPipe, ImplodePipe) that do not seem to be used anywhere in the code. Please review and remove these files if they are unused.Also, in general, please remove any other unused code that you can find, including commented-out lines that no longer serve a purpose, e.g.
The text was updated successfully, but these errors were encountered: