Skip to content

Commit

Permalink
✔ Ketinggalan ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed May 28, 2023
1 parent 76faaa5 commit 824bdd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1685280815785,
"timestamp": 1685281781908,
"index": "/index.html",
"assetGroups": [
{
Expand Down
2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/api/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class AuthService {
const sosmed = await this.sosmedRepo.findOneOrFail({
where: [
{
id: Equal(decoded.google.id),
id: Equal(decoded[sosMedModel.toLowerCase()].id),
type: sosMedModel,
user_: {
id: Equal(decoded.user.id)
Expand Down

0 comments on commit 824bdd2

Please sign in to comment.