mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Reverted accidental import changes
This commit is contained in:
parent
334e37eaa0
commit
6c49b53d6a
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue