Properly include Buffer to fix linter errors

Thank you for the line, @uwap.
This commit is contained in:
Ranlvor 2020-11-15 03:58:38 +01:00
parent e3eb924f1f
commit 424aef1991
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -4,6 +4,7 @@ import * as types from "config/types";
import { svg, withState } from "config/icon"; import { svg, withState } from "config/icon";
import { hex } from "config/colors"; import { hex } from "config/colors";
import * as icons from "@mdi/js"; import * as icons from "@mdi/js";
import { Buffer } from "bl";
const topicBulbHomeRust = (bulb: string, argument: string) => ({ const topicBulbHomeRust = (bulb: string, argument: string) => ({
[`${bulb}${argument}`]: { [`${bulb}${argument}`]: {