@@ -53,7 +53,7 @@ class DBuser {
53
53
return true ;
54
54
}
55
55
} catch ( ex ) {
56
- console . log ( `Something wrong happend ${ ex } ` ) ;
56
+ console . log ( `Something wrong happened ${ ex } ` ) ;
57
57
} finally {
58
58
await client . query ( "ROLLBACK" ) ;
59
59
client . release ( ) ;
@@ -102,7 +102,7 @@ class DBuser {
102
102
await client . query ( "COMMIT" ) ;
103
103
}
104
104
} catch ( ex ) {
105
- console . log ( `Something wrong happend ${ ex } ` ) ;
105
+ console . log ( `Something wrong happened ${ ex } ` ) ;
106
106
} finally {
107
107
await client . query ( "ROLLBACK" ) ;
108
108
client . release ( ) ;
@@ -126,7 +126,7 @@ class DBuser {
126
126
await client . query ( query ) ;
127
127
await client . query ( "COMMIT" ) ;
128
128
} catch ( ex ) {
129
- console . log ( `Something wrong happende :${ ex } ` ) ;
129
+ console . log ( `Something wrong happenede :${ ex } ` ) ;
130
130
} finally {
131
131
await client . query ( "ROLLBACK" ) ;
132
132
client . release ( ) ;
@@ -152,7 +152,7 @@ class DBuser {
152
152
await client . query ( "COMMIT" ) ;
153
153
}
154
154
} catch ( ex ) {
155
- console . log ( `Something wrong happend ${ ex } ` ) ;
155
+ console . log ( `Something wrong happened ${ ex } ` ) ;
156
156
} finally {
157
157
await client . query ( "ROLLBACK" ) ;
158
158
client . release ( ) ;
@@ -178,7 +178,7 @@ class DBuser {
178
178
await client . query ( "COMMIT" ) ;
179
179
}
180
180
} catch ( ex ) {
181
- console . log ( `Something wrong happend ${ ex } ` ) ;
181
+ console . log ( `Something wrong happened ${ ex } ` ) ;
182
182
} finally {
183
183
await client . query ( "ROLLBACK" ) ;
184
184
client . release ( ) ;
@@ -201,7 +201,7 @@ class DBuser {
201
201
202
202
await client . query ( "COMMIT" ) ;
203
203
} catch ( ex ) {
204
- console . log ( `Something wrong happend ${ ex } ` ) ;
204
+ console . log ( `Something wrong happened ${ ex } ` ) ;
205
205
} finally {
206
206
await client . query ( "ROLLBACK" ) ;
207
207
client . release ( ) ;
@@ -235,7 +235,7 @@ class DBuser {
235
235
}
236
236
await client . query ( "COMMIT" ) ;
237
237
} catch ( ex ) {
238
- console . log ( `Something wrong happend ${ ex } ` ) ;
238
+ console . log ( `Something wrong happened ${ ex } ` ) ;
239
239
} finally {
240
240
await client . query ( "ROLLBACK" ) ;
241
241
client . release ( ) ;
@@ -259,7 +259,7 @@ class DBuser {
259
259
260
260
await client . query ( "COMMIT" ) ;
261
261
} catch ( ex ) {
262
- console . log ( `Something wrong happend when trying to add user role to table ${ ex } ` ) ;
262
+ console . log ( `Something wrong happened when trying to add user role to table ${ ex } ` ) ;
263
263
} finally {
264
264
await client . query ( "ROLLBACK" ) ;
265
265
client . release ( ) ;
@@ -277,7 +277,7 @@ class DBuser {
277
277
await client . query ( query , values ) ;
278
278
await client . query ( "COMMIT" ) ;
279
279
} catch ( ex ) {
280
- console . log ( `Something wrong happend ${ ex } ` ) ;
280
+ console . log ( `Something wrong happened ${ ex } ` ) ;
281
281
} finally {
282
282
await client . query ( "ROLLBACK" ) ;
283
283
client . release ( ) ;
@@ -297,7 +297,7 @@ class DBuser {
297
297
await client . query ( "COMMIT" ) ;
298
298
return result . rows [ 0 ] [ "count" ] ;
299
299
} catch ( ex ) {
300
- console . log ( `Something wrong happend ${ ex } ` ) ;
300
+ console . log ( `Something wrong happened ${ ex } ` ) ;
301
301
} finally {
302
302
await client . query ( "ROLLBACK" ) ;
303
303
client . release ( ) ;
@@ -319,7 +319,7 @@ class DBuser {
319
319
320
320
return result . rows [ 0 ] [ "count" ] ;
321
321
} catch ( ex ) {
322
- console . log ( `Something wrong happend ${ ex } ` ) ;
322
+ console . log ( `Something wrong happened ${ ex } ` ) ;
323
323
} finally {
324
324
await client . query ( "ROLLBACK" ) ;
325
325
client . release ( ) ;
@@ -342,7 +342,7 @@ class DBuser {
342
342
result = await client . query ( query , values ) ;
343
343
await client . query ( "COMMIT" ) ;
344
344
} catch ( ex ) {
345
- console . log ( `Something wrong happend ${ ex } ` ) ;
345
+ console . log ( `Something wrong happened ${ ex } ` ) ;
346
346
} finally {
347
347
await client . query ( "ROLLBACK" ) ;
348
348
client . release ( ) ;
@@ -363,7 +363,7 @@ class DBuser {
363
363
// console.log(result.rows);
364
364
await client . query ( "COMMIT" ) ;
365
365
} catch ( ex ) {
366
- console . log ( `Something wrong happend ${ ex } ` ) ;
366
+ console . log ( `Something wrong happened ${ ex } ` ) ;
367
367
} finally {
368
368
await client . query ( "ROLLBACK" ) ;
369
369
client . release ( ) ;
@@ -387,7 +387,7 @@ class DBuser {
387
387
388
388
await client . query ( "COMMIT" ) ;
389
389
} catch ( ex ) {
390
- console . log ( `Something wrong happend ${ ex } ` ) ;
390
+ console . log ( `Something wrong happened ${ ex } ` ) ;
391
391
} finally {
392
392
await client . query ( "ROLLBACK" ) ;
393
393
client . release ( ) ;
@@ -407,7 +407,7 @@ class DBuser {
407
407
408
408
await client . query ( "COMMIT" ) ;
409
409
} catch ( ex ) {
410
- console . log ( `Something wrong happend ${ ex } ` ) ;
410
+ console . log ( `Something wrong happened ${ ex } ` ) ;
411
411
} finally {
412
412
await client . query ( "ROLLBACK" ) ;
413
413
client . release ( ) ;
@@ -426,7 +426,7 @@ class DBuser {
426
426
await client . query ( "COMMIT" ) ;
427
427
return result . rows [ 0 ] [ "count" ] ;
428
428
} catch ( ex ) {
429
- console . log ( `Something wrong happend ${ ex } ` ) ;
429
+ console . log ( `Something wrong happened ${ ex } ` ) ;
430
430
} finally {
431
431
await client . query ( "ROLLBACK" ) ;
432
432
client . release ( ) ;
@@ -446,7 +446,7 @@ class DBuser {
446
446
await client . query ( "COMMIT" ) ;
447
447
return result . rows [ 0 ] [ "count" ] ;
448
448
} catch ( ex ) {
449
- console . log ( `Something wrong happend ${ ex } ` ) ;
449
+ console . log ( `Something wrong happened ${ ex } ` ) ;
450
450
} finally {
451
451
await client . query ( "ROLLBACK" ) ;
452
452
client . release ( ) ;
0 commit comments