fix: skip telemetry if devmode

pull/1740/head
NGPixel 5 years ago
parent 17f833509f
commit 53ceea74f1

@ -40,6 +40,8 @@ module.exports = {
// TODO
},
async sendInstanceEvent(eventType) {
if (WIKI.devMode) { return }
try {
const apollo = createApolloFetch({
uri: WIKI.config.graphEndpoint

Loading…
Cancel
Save