mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Updated dependencies and linter
This commit is contained in:
@@ -25,8 +25,8 @@ class Dish {
|
||||
this.type = Dish.ARRAY_BUFFER;
|
||||
|
||||
if (dish &&
|
||||
dish.hasOwnProperty("value") &&
|
||||
dish.hasOwnProperty("type")) {
|
||||
Object.prototype.hasOwnProperty.call(dish, "value") &&
|
||||
Object.prototype.hasOwnProperty.call(dish, "type")) {
|
||||
this.set(dish.value, dish.type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user