Skip to content

Commit

Permalink
fix: fire: removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
chantouchsek committed Jan 26, 2023
1 parent 5f87c91 commit f55988a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/PostService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ class PostService extends BaseService {
tags<T = any>(id: string | number) {
return this.submit<T>('get', `${id}/tags`)
}

throwException<T>(id: string | number) {
return this.submit<T>('unlink', `${id}/tags`)
}
}

export default PostService

0 comments on commit f55988a

Please sign in to comment.