remove lastUsed from create

This commit is contained in:
Ben Irvin 2022-08-18 12:30:27 +02:00
parent fd05d49346
commit 21845bb0d0

View File

@ -79,7 +79,6 @@ const hash = (accessKey) => {
* @param {Object} attributes
* @param {TokenType} attributes.type
* @param {string} attributes.name
* @param {number} attributes.lastUsed
* @param {string[]} [attributes.permissions]
* @param {string} [attributes.description]
*