Skip to content

Commit

Permalink
Restore naming
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Apr 25, 2024
1 parent 9ba7fa7 commit 0040f01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { Adapter } = require('./adapters/Adapter');
const { GrafanaService } = require('./service/GrafanaService');
const { GrafanaClient } = require('./GrafanaClient');
const { GrafanaClient } = require('./grafana-client');

/**
* The bot brings the Adapter and the Grafana Service together.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/service/GrafanaService.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference path="../../types.d.ts"/>

const { GrafanaDashboardRequest } = require('./query/GrafanaDashboardRequest');
const { GrafanaClient } = require('../GrafanaClient');
const { GrafanaClient } = require('../grafana-client');

class GrafanaService {
/**
Expand Down

0 comments on commit 0040f01

Please sign in to comment.