Skip to content

Commit 844bd08

Browse files
Typo in method name
1 parent 65eabb0 commit 844bd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/utils/file-form-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class FileFormService {
7676
* Returns a FormsService compliant interface
7777
* @returns {import('~/src/server/types.js').FormsService}
7878
*/
79-
toFormService() {
79+
toFormsService() {
8080
return {
8181
/**
8282
* Get the form metadata by slug

0 commit comments

Comments
 (0)