mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-14 15:36:59 +08:00
Reverted accidental import changes
This commit is contained in:
@@ -4,7 +4,7 @@ const dayjs = require("dayjs");
|
||||
const grpc = require("@grpc/grpc-js");
|
||||
const protojs = require("protobufjs");
|
||||
|
||||
export class GrpcKeywordMonitorType extends MonitorType {
|
||||
class GrpcKeywordMonitorType extends MonitorType {
|
||||
name = "grpc-keyword";
|
||||
|
||||
/**
|
||||
@@ -84,3 +84,7 @@ export class GrpcKeywordMonitorType extends MonitorType {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
GrpcKeywordMonitorType,
|
||||
};
|
||||
|
Reference in New Issue
Block a user