plenna_utilities 1.13.0 → 1.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,7 +165,7 @@ class PlennaGoogleService {
165
165
  }
166
166
  }
167
167
  async updateCalendarEvent(parameterOptions, updates) {
168
- const authClient = this.authorization();
168
+ const authClient = this.calendarAuthorization();
169
169
  const calendar = new calendar_1.calendar_v3.Calendar({ auth: authClient });
170
170
  try {
171
171
  const response = await calendar.events.patch({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plenna_utilities",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "description": "plenna's utils for backend projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",