Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 965ab2e

Browse files
Merge pull request #15 from xpundel/bugfix/numberfilter-type
2 parents 4cf2ec6 + 8bbc2c0 commit 965ab2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notion/Filters/NumberFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class NumberFilter extends Filter
44
{
5-
protected $type = 'text';
5+
protected $type = 'number';
66

77
protected $methods = [
88
'equals',

0 commit comments

Comments
 (0)