@evanp/activitypub-bot 0.16.0 → 0.16.2

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.
@@ -276,8 +276,6 @@ export class ActorStorage {
276
276
  { replacements: [username, this.#clearNS(type), object.id] }
277
277
  )
278
278
 
279
- console.log(result.length)
280
-
281
279
  return (result.length > 0)
282
280
  ? result[0].activity_id
283
281
  : null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evanp/activitypub-bot",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "server-side ActivityPub bot framework",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",