Skip to content

Commit f3d7c6d

Browse files
committed
update
1 parent 0b8b3f2 commit f3d7c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/microsoft_outlook/microsoft_outlook.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default {
279279
try {
280280
return await axios($ ?? this, config);
281281
} catch (error) {
282-
if (error.response.status === 403) {
282+
if (error?.response?.status === 403) {
283283
throw new Error("Insufficient permissions. Please verify that your Microsoft account has the necessary permissions to perform this operation.");
284284
}
285285
throw error;

0 commit comments

Comments
 (0)