@@ -208,8 +208,8 @@ function countdown() {
countdown()
-convertDataInMongo('mongodb://192.168.100.59:27017/primary')
-convertDataInMongo('mongodb+srv://testDB:h1nt1OyXw6QeUnzS@cluster0.29sklte.mongodb.net/secondary')
+// convertDataInMongo('mongodb://192.168.100.59:27017/primary')
+// convertDataInMongo('mongodb+srv://testDB:h1nt1OyXw6QeUnzS@cluster0.29sklte.mongodb.net/secondary')
// // Manually log the missing data given by audit
secondary_log.init(settings.target).then(() => {
@@ -20,11 +20,11 @@ export interface MessageSynchronisationServiceSetting {
}
// Renew Structure To fix undefined issue at test3a.ts init()
-type LogSettingwTags = LogSetting & Tags & Filtes
+type LogSettingwTags = LogSetting & Tags & Filters
interface Tags {
tags: string[]
-interface Filtes {
+interface Filters {
filters?: string[]
// Acknowledgement Service Class