diff options
Diffstat (limited to 'internal/api/metrics/metrics.go')
-rw-r--r-- | internal/api/metrics/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/metrics/metrics.go b/internal/api/metrics/metrics.go index bbca861ef..5161a3b71 100644 --- a/internal/api/metrics/metrics.go +++ b/internal/api/metrics/metrics.go @@ -15,7 +15,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -//go:build !nometrics +//go:build !nootel package metrics |