Skip to content

Commit

Permalink
style(collection.d.ts): remove invalid links
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Nov 14, 2022
1 parent 3c5f6cd commit f821a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/collection.d.ts
Expand Up @@ -3,7 +3,6 @@ declare module 'mongoose' {

/*
* section collection.js
* http://mongoosejs.com/docs/api/collection-js.html#collection-js
*/
interface CollectionBase<T extends mongodb.Document> extends mongodb.Collection<T> {
/*
Expand All @@ -24,7 +23,6 @@ declare module 'mongoose' {

/*
* section drivers/node-mongodb-native/collection.js
* http://mongoosejs.com/docs/api/drivers-node-mongodb-native-collection-js.html#drivers-node-mongodb-native-collection-js
*/
interface Collection<T extends mongodb.Document = mongodb.Document> extends CollectionBase<T> {
/**
Expand Down

0 comments on commit f821a21

Please sign in to comment.