mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Remove obsolete require
This commit is contained in:
parent
6d5517694d
commit
205c978980
1 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
const openpgp = require('openpgp')
|
||||
const validator = require('validator')
|
||||
const validUrl = require('valid-url')
|
||||
const mergeOptions = require('merge-options')
|
||||
|
@ -26,6 +25,11 @@ const E = require('./enums')
|
|||
/**
|
||||
* OpenPGP-based identity claim
|
||||
* @class
|
||||
* @property {String} uri - The claim's URI
|
||||
* @property {String} uri - The claim's URI
|
||||
* @property {String} uri - The claim's URI
|
||||
* @property {String} uri - The claim's URI
|
||||
* @property {String} uri - The claim's URI
|
||||
*/
|
||||
class Claim {
|
||||
/**
|
||||
|
@ -75,8 +79,6 @@ class Claim {
|
|||
|
||||
/**
|
||||
* Get the claim's URI
|
||||
* @function
|
||||
* @returns {string}
|
||||
*/
|
||||
get uri() {
|
||||
return this._uri
|
||||
|
|
Loading…
Reference in a new issue