Skip to content

Commit

Permalink
fix nest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
micners committed Apr 3, 2024
1 parent 7783e9f commit 2040b57
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('CalendarServiceSpec', () => {
data: [
{
attributes: {
id: id,
id,
'x-sc-teamid': teamId,
summary: title,
},
Expand Down Expand Up @@ -128,7 +128,7 @@ describe('CalendarServiceSpec', () => {
data: [
{
attributes: {
id: id,
id,
'x-sc-teamid': teamId,
summary: title,
},
Expand Down Expand Up @@ -235,7 +235,7 @@ describe('CalendarServiceSpec', () => {
data: [
{
attributes: {
id: id,
id,
'x-sc-teamid': teamId,
summary: title,
},
Expand Down

0 comments on commit 2040b57

Please sign in to comment.