mirror of
https://github.com/liyunze-coding/rython-task-bot-v2.git
synced 2026-09-22 07:24:27 +00:00
removed export keyword
This commit is contained in:
parent
e835d74272
commit
26aa2a3130
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
export const configs = (function () {
|
const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
export const configs = (function () {
|
const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
export const configs = (function () {
|
const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 8080,
|
port: 8080,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue