mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Reverted accidental import changes
This commit is contained in:
parent
334e37eaa0
commit
6c49b53d6a
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue