mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[PR #102] [MERGED] Fix TypeScript Error in src/main.ts #149
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/102
Author: @Repsay
Created: 7/2/2023
Status: ✅ Merged
Merged: 7/2/2023
Merged by: @guyzyl
Base:
main← Head:fix-build-error📝 Commits (1)
2be23d7Fix build error in main.ts📊 Changes
1 file changed (+11 additions, -3 deletions)
View changed files
📝
web/src/main.ts(+11 -3)📄 Description
This PR resolves the TypeScript error encountered during the Docker build process as reported in issue #101.
The issue was due to a type mismatch between the
pageTrackerTemplatefunction and thePluginOptionstype in thesrc/main.tsfile. ThepageTrackerTemplatefunction was expecting no arguments and a return type ofPageView, but was provided a function that takes aRouteLocationNormalizedargument and returns an object withpage_titleandpage_path.I have corrected this mismatch, and the Docker build process now completes successfully. Please review the changes and let me know if there are any concerns.
Fixes #101.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.