mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-18 01:16:54 +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 grpc = require("@grpc/grpc-js");
|
||||||
const protojs = require("protobufjs");
|
const protojs = require("protobufjs");
|
||||||
|
|
||||||
export class GrpcKeywordMonitorType extends MonitorType {
|
class GrpcKeywordMonitorType extends MonitorType {
|
||||||
name = "grpc-keyword";
|
name = "grpc-keyword";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -84,3 +84,7 @@ export class GrpcKeywordMonitorType extends MonitorType {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
GrpcKeywordMonitorType,
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user