Browse Source

throw errors if you try to update expiration times, as this isn't implemented yet

master
ansuz 1 year ago
parent
commit
c5ca82f0e1
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/metadata.js

2
lib/metadata.js

@ -70,7 +70,7 @@ commands.RESET_OWNERS = function (meta, args) {
};
commands.UPDATE_EXPIRATION = function () {
throw new Error("E_NOT_IMPLEMENTED");
};
var handleCommand = function (meta, line) {

Loading…
Cancel
Save