| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be086b2 commit 37cae32
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ jobs: | |||
| 25 | 25 | - name: Install Node.js | |
| 26 | 26 | uses: actions/setup-node@v4 | |
| 27 | 27 | with: | |
| 28 | - node-version: 16 | ||
| 28 | + node-version: 18 | ||
| 29 | 29 | ||
| 30 | 30 | - uses: pnpm/action-setup@v2 | |
| 31 | 31 | name: Install pnpm | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -324,7 +324,7 @@ func (service *UserService) UpdateSubscription(ctx context.Context, params *even | |||
| 324 | 324 | ||
| 325 | 325 | user.SubscriptionID = ¶ms.SubscriptionID | |
| 326 | 326 | user.SubscriptionName = params.SubscriptionName | |
| 327 | - user.SubscriptionEndsAt = ¶ms.SubscriptionEndsAt | ||
| 327 | + user.SubscriptionEndsAt = params.SubscriptionEndsAt | ||
| 328 | 328 | user.SubscriptionRenewsAt = ¶ms.SubscriptionRenewsAt | |
| 329 | 329 | user.SubscriptionStatus = ¶ms.SubscriptionStatus | |
| 330 | 330 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments