We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caff92d commit 4a37272Copy full SHA for 4a37272
src/logging/context.ts
@@ -101,6 +101,7 @@ export const getServerContext = (webContents?: WebContents): string => {
101
/**
102
* Get component context based on the calling code location
103
*/
104
+// eslint-disable-next-line complexity
105
export const getComponentContext = (error?: Error): string => {
106
if (!error) {
107
// Create error to get stack trace
src/outlookCalendar/ipc.ts
@@ -470,6 +470,7 @@ export async function syncEventsWithRocketChatServer(
470
}
471
472
473
474
async function performSync(
475
serverUrl: string,
476
credentials: OutlookCredentials,
0 commit comments