Skip to content

Commit

Permalink
chore: comment change to induce ci
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Farmer <carson.farmer@gmail.com>
  • Loading branch information
carsonfarmer committed Oct 27, 2021
1 parent 9031156 commit 2ffe97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/buckets/src/buckets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { expect } from 'chai'
import fs from 'fs'
import drain from 'it-drain'
import last from 'it-last'
// Can revert to 'abort-controller' if mysticatea/abort-controller#24 is resolved
// Can revert to 'abort-controller' when mysticatea/abort-controller#24 is resolved
import { AbortController } from 'native-abort-controller'
import path from 'path'
import { Readable } from 'stream'
Expand Down
2 changes: 1 addition & 1 deletion packages/buckets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Can revert to 'abort-controller' if mysticatea/abort-controller#24 is resolved
// Can revert to 'abort-controller' when mysticatea/abort-controller#24 is resolved
export { AbortController, AbortSignal } from 'native-abort-controller'
export * from './buckets'
export * from './types'
Expand Down

0 comments on commit 2ffe97d

Please sign in to comment.